Re: Log issue adding a java agent to SOLR_OPTS

2020-01-09 Thread Jan Høydahl
So probably you need to tweak your log4j2.xml configuration to explicitly log to file? Jan > 9. jan. 2020 kl. 11:58 skrev Jesús Roca : > > Hello again! > > It looks like due to the java agent, Solr don't mute logging to console: > > [main] WARN org.apache.solr.util.StartupLoggingUtils - Could

Re: Log issue adding a java agent to SOLR_OPTS

2020-01-09 Thread Jesús Roca
Hello again! It looks like due to the java agent, Solr don't mute logging to console: [main] WARN org.apache.solr.util.StartupLoggingUtils - Could not mute logging to console. Dynamic log manipulation currently only supported for Log4j. Please consult your logging framework of choice on how to co

Log issue adding a java agent to SOLR_OPTS

2020-01-07 Thread Jesús Roca
Hello, I am trying to add a javaagent to monitor solr using a jmxtans agent. I am using Solr version 7.7 and Java 8. Basically I have added the following line at the end of my solr.in.sh: SOLR_OPTS="$SOLR_OPTS -javaagent:/path/jmxtrans-agent.jar=/path/jmxtrans-agent-config.xml" After add that l

Log issue adding a java agent to SOLR_OPTS

2020-01-07 Thread Jesús Roca
Hello, I am trying to add a javaagent to monitor solr using jmxtans agent. I am using Solr version 7.7. Basically I have added the following line at the end of my solr.in.sh SOLR_OPTS="$SOLR_OPTS -javaagent:/path/jmxtrans-agent.jar=/path/jmxtrans-agent-config.xml" Solr startup correctly and it