-
I recently switched from nginx to Node.js Express for our primary web server and now we write our own server log (#2455). Since we have our own function appending to disk, and all we care about is GoAccess, what's the best format string that we should use? There are 10 choices listed here: https://github.com/allinurl/goaccess#nearly-all-web-log-formats Should I use one of those? Or would there be an 11th that is ideal? |
Beta Was this translation helpful? Give feedback.
Answered by
breck7
Feb 3, 2023
Replies: 1 comment 2 replies
-
Seems like the winner is: Combined Log Format (XLF/ELF) Apache | Nginx |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
breck7
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seems like the winner is: Combined Log Format (XLF/ELF) Apache | Nginx