How to log to a file when starting the daemon manually? #2008
Unanswered
o-alquimista
asked this question in
Q&A
Replies: 1 comment
-
You may have to use #1993 . |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
If I run the command on the foreground (e.g.
ssserver
without-d
) the log messages show up on my console, as expected.But if I daemonize it and redirect its output...
The log file is created empty and it stays empty.
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions