-
|
Unless there is a better option and/or I am wrong with this approach, I am using the buffer simply to avoid opening/writing/closing the log on each new entry which happens very often in my app. I have created a timeout to write (commit) all pending entries every 20 seconds after last input received, however the date of the entry is the date when writing to the file rather than when log.info() was called. Would it be possible to keep the original date?
Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
megahertz
Apr 18, 2025
Replies: 1 comment 1 reply
-
|
Check v5.3.4 |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
devRomeos
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check v5.3.4