Hello, Community: Thank you for releasing Solr 8.5.0, which contains several interesting tools. Especially, bin/postlogs is interesting one. So, I have tried to run it on my computer (not-production use) as the following.
bin/postlogs http://localhost:8983/solr/logs ./server/logs/solr The result ended in: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Exception in thread "main" java.lang.NullPointerException at org.apache.solr.util.SolrLogPostTool.gatherFiles(SolrLogPostTool.java:127) at org.apache.solr.util.SolrLogPostTool.main(SolrLogPostTool.java:65) Is there anything I have to do before running the postlogs command ? Sincerely, Kaya Ota -- Sincerely, Kaya github: https://github.com/28kayak