-
Notifications
You must be signed in to change notification settings - Fork 69
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
Logs stop being sent to the standard output log for Event Viewer Logs, if I go into the pod using kubectl exec I can get log entries from the event log that have not been sent to the standard output by LogMonitor.exe.
We're not going to upgrade to the latest LogMonitor.exe until the following blocker is fixed: #187 so we can't test if this happens in the latest version of the tool.
To Reproduce
Send messages into the Event Viewer log of the configuration you've defined in the Log Monitor configuration file
Expected behavior
All logs should be read and sent to the standard output
Screenshots
NA
Configuration
-Tool: LogMonitor.exe
-Version: 2.0.2
Additional context
Configuration file:
{
"LogConfig": {
"sources": [
{
"eventFormatMultiLine": false,
"channels": [
{
"level": "error",
"name": "system"
},
{
"level": "Verbose",
"name": "Epicor ICE Task Agent Service"
}
],
"type": "EventLog",
"startAtOldestRecord": true
},
{
"filter": "*.log",
"directory": "c:\\inetpub\\logs",
"includeSubdirectories": true,
"type": "File"
}
]
}
}
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working