We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5df6a5 commit 60fa61dCopy full SHA for 60fa61d
lib/mix/lib/mix/tasks/release.ex
@@ -175,7 +175,9 @@ defmodule Mix.Tasks.Release do
175
of crashes. See the generated `releases/RELEASE_VSN/env.sh` file.
176
177
The daemon will write all of its standard output to the "tmp/log/"
178
- directory in the release root. A developer can also attach
+ directory in the release root. You can watch the log file by doing
179
+ `tail -f tmp/log/erlang.log.1` or similar. Once files get too large,
180
+ the index suffix will be incremented. A developer can also attach
181
to the standard input of the daemon by invoking "to_erl tmp/pipe/"
182
from the release root. However, note that attaching to the system
183
should be done with extreme care, since the usual commands for
0 commit comments