Skip to content
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

Allow for more options to the logging mechanism in the Backend #1421

Closed
jacobwod opened this issue Oct 25, 2023 · 0 comments
Closed

Allow for more options to the logging mechanism in the Backend #1421

jacobwod opened this issue Oct 25, 2023 · 0 comments
Assignees
Labels
module:backend MapService stuff
Projects
Milestone

Comments

@jacobwod
Copy link
Member

Currently the NodeJS Backend's log can be configured in multiple ways, one of them being writing to a file that rotates on a daily basis.

There is however an issue with the rotation, namely that the default configuration only keeps 1 old log file, in addition to the current (see default options for the dateFile appender).

A better solution is to allow sysadmin to decide this.

In addition, we should allow gzipping the older log files.

@jacobwod jacobwod added the module:backend MapService stuff label Oct 25, 2023
@jacobwod jacobwod added this to the 3.13 milestone Oct 25, 2023
@jacobwod jacobwod self-assigned this Oct 25, 2023
@jacobwod jacobwod added this to Approved ideas in Hajk via automation Oct 25, 2023
Hajk automation moved this from Approved ideas to Done Jun 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
module:backend MapService stuff
Projects
Hajk
  
Done
Development

No branches or pull requests

1 participant