[GH-ISSUE #270] logs are not update with the latest version #220

Closed
opened 2026-02-26 05:31:37 +03:00 by kerem · 1 comment
Owner

Originally created by @RyanZwr on GitHub (Mar 6, 2023).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/270

I set the input file for my tomcat log file and the log file will be auto cut(when it's too large) or moved to the folder "/path-to-mylog/archived/spring-boot-logger-2023-03-05.0.log" when it goes on next day.
Then, the problem is that the log is still print the log string which is on yesterday.
It seems to monitor the initial file when I run the commant not according to my path configuration.

"inputs": [
{
"source": "UAT",
"stream": "spring-boot",
"config": {
"path": "/path-to-mylog/spring-boot-logger.log"
}
}
]

Originally created by @RyanZwr on GitHub (Mar 6, 2023). Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/270 I set the input file for my tomcat log file and the log file will be auto cut(when it's too large) or moved to the folder "/path-to-mylog/archived/spring-boot-logger-2023-03-05.0.log" when it goes on next day. Then, the problem is that the log is still print the log string which is on yesterday. It seems to monitor the initial file when I run the commant not according to my path configuration. "inputs": [ { "source": "UAT", "stream": "spring-boot", "config": { "path": "/path-to-mylog/spring-boot-logger.log" } } ]
kerem closed this issue 2026-02-26 05:31:37 +03:00
Author
Owner

@RyanZwr commented on GitHub (Mar 6, 2023):

find related issue

<!-- gh-comment-id:1455779022 --> @RyanZwr commented on GitHub (Mar 6, 2023): find related issue
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/log.io-NarrativeScience-old#220
No description provided.