This repository was archived by the owner on Dec 20, 2023. It is now read-only.
This repository was archived by the owner on Dec 20, 2023. It is now read-only.
Monitoring config issue #15
Open
Description
When monitoring the config files, it seems nesting is broken on reload.
Example with 2 logging appenders. Sentry will only go on WARN the first time through, but after any change to the config file it starts to run on DEBUG.
"patio": {
"level": "DEBUG",
"appenders": [
{
"type": "ConsoleAppender",
"pattern": "{hostname}::{gid}::{pid}::[{[yyyy-MM-ddTHH:mm:ss:SSS (z)]timeStamp}]::{name}::{levelName} - {message}"
},
{
"type": "SentryAppender",
"level": "WARN",
"pattern": "{message}"
}
]
},
Metadata
Metadata
Assignees
Labels
No labels