mirror of
https://github.com/NarrativeScience-old/log.io.git
synced 2026-04-25 09:05:55 +03:00
[GH-ISSUE #270] logs are not update with the latest version #220
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/log.io-NarrativeScience-old#220
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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"
}
}
]
@RyanZwr commented on GitHub (Mar 6, 2023):
find related issue