-
Notifications
You must be signed in to change notification settings - Fork 151
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
Logs ? #36
Comments
From the README:
|
Better logging would be a good thing, I'll leave this open till we have it. |
I start as follows however the process dies after x hours. I have no logs to read , hence no idea why it died. Logs would be great. Thanks. |
How does it die? Are you running on a laptop that goes to sleep? Did you try the --verbose flag? |
Temp solution for linux: the most used supervisor for logging&keeping up nodesjs apps for you is "supervisord". It's autonomic. It manage start, stop and autonomous restart if nodejs app crash. |
I am now attempting to get some logs to investigate by doing a nohip ./anon.coffee > log & Remagio thanks must look into this. |
@DannyCork once supervisors is deployed you can:
|
How can I verify anon is working ?
Imagine anon is running in a country where anonymous edits are few and far between. Anon is running but how do I know it's actually working? I don't see log files, perhaps we should add a log file?
I can see a node process that is spawned. What happens when this process dies, no logs right ?
Maybe there are logs that I'm not seeing ?
Thanks.
The text was updated successfully, but these errors were encountered: