We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When daemonized, the logging from mon may appear very distant from where/when it actually happens...
./mon -d -l sleep.log "echo hi; sleep 2"
will make that obvious. I have a pull request to flush stdout, making the mon log statements appear immediately
The text was updated successfully, but these errors were encountered:
Merge pull request #48 from dwoske/master
9754dc2
issue #47 : add fflush(stdout) to log method
can we close this?
Sorry, something went wrong.
No branches or pull requests
When daemonized, the logging from mon may appear very distant from where/when it actually happens...
./mon -d -l sleep.log "echo hi; sleep 2"
will make that obvious. I have a pull request to flush stdout, making the mon log statements appear immediately
The text was updated successfully, but these errors were encountered: