We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
From TheHive-Project/Cortex#62
Enhancement
Currently TheHive do not limit application.log file size, so it can became really huge, causing TheHive to freeze when no free space left.
application.log
LogBack configuration file provided in TheHive package should contain a rotation of log file.
The text was updated successfully, but these errors were encountered:
#579 Rotate log file when it reachs 10MB
cac2d6e
f1ba8c7
Running TheHive 4.0.1-1 it appears that application.log is no longer rotated.
No changes made to the supplied logback.xml
How do I enable and/or debug the issue?
Sorry, something went wrong.
To-om
No branches or pull requests
From TheHive-Project/Cortex#62
Request Type
Enhancement
Problem Description
Currently TheHive do not limit
application.log
file size, so it can became really huge, causing TheHive to freeze when no free space left.Possible Solutions
LogBack configuration file provided in TheHive package should contain a rotation of log file.
The text was updated successfully, but these errors were encountered: