You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The log rotation configuration of jfrog applications are configurable through system.yaml(The default value is set to rotate on 10 files).
For example, if you need to configure the rotation to 50 files, you can set it by
shared:
logging:
rotation:
maxFiles: 50
Further, this configuration can be set per micro-services as well.
For example, if you need to apply it only for the application log of frontend microservice :
Is this a request for help?: No
Is this a BUG REPORT or FEATURE REQUEST? (choose one): FEATURE REQUEST
Version of Helm and Kubernetes:
Helm: v3.11.0
Kubernetes: v1.26.3
Which chart:
Jfrog-platform: 10.16.2
Which product license (Enterprise/Pro/oss): Enterprise+
JFrog support reference (if already raised with support team):
What happened:
The logs were deleted after 10 files, and we have many users using the platform, so we want to keep 30 days of logs.
What you expected to happen:
Maintaining at least 30 days of logs by default.
How to reproduce it (as minimally and precisely as possible):
Create a lot of traffic on the JFrog platform.
Anything else we need to know:
The text was updated successfully, but these errors were encountered: