1
0
mirror of https://github.com/algora-io/tv.git synced 2024-11-16 00:58:59 +02:00

pipe crash dumps into stderr

This commit is contained in:
zafer 2024-08-16 20:45:29 +03:00
parent 8bd6156df8
commit 16891643cc

View File

@ -1,4 +1,5 @@
ip=$(grep fly-local-6pn /etc/hosts | cut -f 1)
export RELEASE_DISTRIBUTION=name
export RELEASE_NODE=$FLY_APP_NAME@$ip
export ERL_CRASH_DUMP=/data/erl_crash.dump
export ERL_CRASH_DUMP=/dev/stderr
export ERL_CRASH_DUMP_BYTES=8192