Is your feature request related to a problem? Please describe.
Currently, with DEBUG= I see nothing, and with DEBUG=minecraft-protocol, my logs are cluttered with long data URLs from the ping response's favicon.
Describe the solution you'd like
Standard debug mode should avoid dumping large chunks of binary(-like) data. Those blobs should be printed only with additional flags. In my case, since even login fails, I don't know what else might be there beyond the favicon, but I imagine someone who wants to debug player skins may want to not enable the flag for chunk data.
Describe alternatives you've considered
Current work-around: Filter output through sed.
Additional context
Is your feature request related to a problem? Please describe.
Currently, with
DEBUG=I see nothing, and withDEBUG=minecraft-protocol, my logs are cluttered with long data URLs from the ping response's favicon.Describe the solution you'd like
Standard debug mode should avoid dumping large chunks of binary(-like) data. Those blobs should be printed only with additional flags. In my case, since even login fails, I don't know what else might be there beyond the favicon, but I imagine someone who wants to debug player skins may want to not enable the flag for chunk data.
Describe alternatives you've considered
Current work-around: Filter output through sed.
Additional context