Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Monitoring config issue #15

Open
dustinsmith1024 opened this issue Feb 8, 2016 · 0 comments
Open

Monitoring config issue #15

dustinsmith1024 opened this issue Feb 8, 2016 · 0 comments

Comments

@dustinsmith1024
Copy link
Contributor

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}"
                    }
                ]

            },
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant