-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Switch from FileSize to DataSize for Logback size-based properties #15930
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@snicoll,
Thanks in advance |
The purpose is to support
The preference is to only care about |
Follow-up of #15325
Our
logging.file
namespace has two properties that useFileSize
behind the scenes. That object is very similar to our newDataSize
support so it would be nice to exposeDataSize
based properties for consistency.Unfortunately, the format is not 100% the same so we could keep binding to
String
and do some magic in the code? Or simply move toDataSize
.The text was updated successfully, but these errors were encountered: