Skip to content

Tomcat logging and geoserver monitoring/audit questions #624

Closed Answered by NyakudyaA
alexkuretz asked this question in Q&A
Discussion options

You must be logged in to vote

A couple of answers here

  • Default monitoring properties isn't ideal for production - We rely on power users like you to annotate what you think are the desirable defaults. What can the default be and how can we set this? Alternatively, you can add a couple of env variables like
audit.enabled=${MONITORING_AUDIT_ENABLED}
audit.roll_limit=${MONITORING_AUDIT_ROLL_LIMIT}
  • Large tomcat logs - You can configure docker-compose like the following
logging:
      driver: json-file
      options:
        max-size: 200m
        max-file: '10'

The startup options can also be set but I am not sure what options you will need to add there.

  • Audit functionality deletes everything on startup - We can sa…

Replies: 6 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by alexkuretz
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@NyakudyaA
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@NyakudyaA
Comment options

@alexkuretz
Comment options

@NyakudyaA
Comment options

@alexkuretz
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants