codelibs / fess

Fess is very powerful and easily deployable Enterprise Search Server.
https://fess.codelibs.org
Apache License 2.0
1k stars 165 forks source link

Suppressing Debug Log on Interruption in ThumbnailManager #2771

Closed marevol closed 1 year ago

marevol commented 1 year ago

In the ThumbnailManager class, an interruption debug log was being output. To suppress unnecessary log outputs, especially in debug mode. This ensures the debug log is produced only when the system is actively in the generating state.