Skip to content

Commit 20b89c7

Browse files
committed
Downgrade level of logging message
1 parent ff2ee74 commit 20b89c7

File tree

1 file changed

+2
-2
lines changed
  • opentracing-spring-tracer-configuration-starter/src/main/java/io/opentracing/contrib/spring/tracer/configuration

1 file changed

+2
-2
lines changed

opentracing-spring-tracer-configuration-starter/src/main/java/io/opentracing/contrib/spring/tracer/configuration/TracerAutoConfiguration.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright 2018 The OpenTracing Authors
2+
* Copyright 2018-2019 The OpenTracing Authors
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
55
* in compliance with the License. You may obtain a copy of the License at
@@ -61,7 +61,7 @@ public Tracer getTracer() {
6161
tracer = NoopTracerFactory.create();
6262
}
6363
}
64-
log.warn("Tracer bean is not configured! Switching to " + tracer);
64+
log.debug("Tracer bean is not configured! Switching to " + tracer);
6565
return tracer;
6666
}
6767
}

0 commit comments

Comments
 (0)