-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add verbose option to codasrv #5
Comments
Well it isn't called '-verbose', but there is '-debug ' which turns up verbosity of what gets written to /vice/srv/SrvLog and /vice/srv/SrvErr. Because there is a lot of output at a high debug level, writing to the console isn't terribly useful because you can only scroll back as far as your terminal (or screen) buffer allows. Also because we are a cooperatively threaded program, when the server blocks on writing to the console, it blocks everything. So the combination of a lot of output and an often slow ssh terminal connection affects significantly how the server behaves. |
Actually it is '-d ', and the server will only daemonize itself when the debug level is set to 0. So you would get the desired keep server in the foreground effect by just running,
So now you only have to teach systemd to read the right logfile. |
The manpage should be updated because it's neither clear how to keep |
According to
man codasrv
there's no option to get verbose information logged to console (useful in conjunction when running the program in foreground mode/without forking/daemonizing).experienced with 6.9.6-2+ubuntu16.04 on Ubuntu 16.04
The text was updated successfully, but these errors were encountered: