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
Using this configuration, the RollingFileAppender gets instantiated even if the LoggingEventAsyncDisruptorAppender doesn't. This is problematic because I only ever reference the Async appender via flags that get evaluated via conditions in environments where the RollingFileAppender has permissions to create the files its referencing.
This works when using the deprecated method of nested appenders
The text was updated successfully, but these errors were encountered:
Using this configuration, the RollingFileAppender gets instantiated even if the LoggingEventAsyncDisruptorAppender doesn't. This is problematic because I only ever reference the Async appender via flags that get evaluated via conditions in environments where the RollingFileAppender has permissions to create the files its referencing.
This works when using the deprecated method of nested appenders
The text was updated successfully, but these errors were encountered: