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, Sentinel implements rolling-file loggers itself. Consider replacing it to the crate rolling_file. We should split these non-core features to reduce the complexity of codebase.
refer to:
rolling-file and its BasicRollingFileAppender::new_with_buffer_capacity.
Currently, Sentinel implements rolling-file loggers itself. Consider replacing it to the crate
rolling_file
. We should split these non-core features to reduce the complexity of codebase.refer to:
BasicRollingFileAppender::new_with_buffer_capacity
.The text was updated successfully, but these errors were encountered: