Replies: 1 comment
-
Have a look at this link from datadog docs: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to avoid my application log takes all available container space, so I configured rolling appender (Logback's RollingFileAppender) effectively limiting log size(s). Will Datadog always pick everything from log file app.log before it's being "archived" to app.1.log?
I can't find answer to this in DD documentation (https://docs.datadoghq.com/agent/logs/?tab=tailfiles).
Datadog agent is tailing from app.log file (path to file is configured in myapp.d/conf.yaml). Is this possible, that Java app (specifically rolling appender) will already move contents from main log file app.log, to app.1.log while Datadog agent didn't manage to read some of it's contents? May I end up having some log statements not picked up in such situation?
Beta Was this translation helpful? Give feedback.
All reactions