You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are log files maintained anywhere for access to the server? Something like Apache's /var/logs/apache/access_log?
I'm sharing my site with several people and would like to monitor usage and traffic. If logs are not being maintained, is there a code line I can activate that will turn on logging of activity on the web interface?
The text was updated successfully, but these errors were encountered:
No, Moonfire doesn't have that feature yet. I agree it'd be valuable. I'll fold this into #27, which is basically my "make Moonfire a good Internet-facing webserver" feature.
For now, I have an nginx proxy in front as described here. It keeps access logs. The only thing missing here is that nginx doesn't understand Moonfire's session cookies, so it can't have a field in the logs saying who was logged in.
Are log files maintained anywhere for access to the server? Something like Apache's /var/logs/apache/access_log?
I'm sharing my site with several people and would like to monitor usage and traffic. If logs are not being maintained, is there a code line I can activate that will turn on logging of activity on the web interface?
The text was updated successfully, but these errors were encountered: