Hi community, When I use Logback, I will continue to create different Logger to write content to different log file. After use, can I remove the Logger instance? It seems the Logger is cached in LoggerContext, if I don't remove it, it will always exist. Thanks, Wenjun