You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if a GET request to the /loggers endpoint is made for a logger that doesn't exist, logback will create the logger. Log4j2 returns a 404. It would be nice to align the two. Logback has a exists() method which we can check before returning the logger configuration. This would also prevent a GET request from having a side-effect.