-
Notifications
You must be signed in to change notification settings - Fork 10
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
better logging #4
Comments
Should we split the access log and error log into 2 files? like access.log and error.log. |
That would be a good idea @iPeven, just like nginx or apache. |
I think we can use some good logging tools for that. There is one called logrus. It has multiple logging levels and can also store logs in proper JSON format which can be useful for serving the logs to the user on the dashboard. |
Open
Here is my solution #32 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
at the moment the log at
/var/log/amahi-anywhere.log
is fairly basic. i think we tried to use a fairly standard "apache-like" logging. some features would make it more useful.The text was updated successfully, but these errors were encountered: