hierynomus / smbj

Server Message Block (SMB2, SMB3) implementation in Java
Other
713 stars 180 forks source link

Reducing logging for smb3 #650

Closed ndimitry closed 3 years ago

ndimitry commented 3 years ago

For each smb3 packet there's an info log message which produces a tremendous amount of output. I would suggest to reduce log level to debug (or trace; similarly as in one of the other packet reciever classes).

ndimitry commented 3 years ago

Thanks for the fast merging : ) I think in our tests we will use smb3 a lot, so in case something appears I will let you know! (But I hope all goes smoothly/)

alb-i986 commented 3 years ago

Hi, any chance we can ship this soon? Thanks

ndimitry commented 3 years ago

@hierynomus, from my side the same request: if we could have 0.11.2 that will be really great! : )

hierynomus commented 3 years ago

0.11.3 is here (it skipped one due to an error in the release)

ndimitry commented 3 years ago

Wow. that was fast! Thanks a lot!!