I've configured Tomcat Access Logging. I felt it better as it could log all requests.
FYI: https://www.techstacks.com/howto/configure-access-logging-in-tomcat.html
You will have to learn a how to configure Tomcat's logging:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
why the access logging of confluence can't monitor "/pages/viewpage.action" 's suffix"?pageId=90275859" and “/download/attachment/...” ? I want to know how to edit confluence's logging . The access logging of confluence format in directory - "/home/confluence-3.2.1_01-std/confluence/WEB-INF/classes/log4j.properties" is: <user> <url> <starting memory free (kb)> +- <difference in free mem (kb)> <query time (ms)> <remote address> . If I can add a parameter control the output of <url>?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
And the config of confluence is " 207 log4j.appender.accesslog=org.apache.log4j.RollingFileAppender 208 log4j.appender.accesslog.Threshold=DEBUG 209 log4j.appender.accesslog.File=${catalina.home}/logs/atlassian-confluence-access.log 210 log4j.appender.accesslog.MaxFileSize=20480KB 211 log4j.appender.accesslog.MaxBackupIndex=5 212 log4j.appender.accesslog.layout=com.atlassian.confluence.util.PatternLayoutWithStackTrace 213 log4j.appender.accesslog.layout.ConversionPattern=%d %p [%t] [%c{4}] %M %m%n 214"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.