Fix minor typo
This commit is contained in:
parent
c80749c793
commit
c0bb6f4a36
|
@ -30,7 +30,7 @@ public class TracingAgent {
|
||||||
throws Exception {
|
throws Exception {
|
||||||
startDatadogAgent(agentArgs, inst);
|
startDatadogAgent(agentArgs, inst);
|
||||||
if (isAppUsingCustomLogManager()) {
|
if (isAppUsingCustomLogManager()) {
|
||||||
System.out.println("Custom logger detected. Delaying JMXFetch initialization.");
|
System.out.println("Custom logger detected. Delaying JMXFetch initialization.");
|
||||||
/*
|
/*
|
||||||
* java.util.logging.LogManager maintains a final static LogManager, which is created during class initialization.
|
* java.util.logging.LogManager maintains a final static LogManager, which is created during class initialization.
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue