You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: opentracing-spring-tracer-configuration-starter/src/main/java/io/opentracing/contrib/spring/tracer/configuration/TracerAutoConfiguration.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/**
2
-
* Copyright 2018 The OpenTracing Authors
2
+
* Copyright 2018-2019 The OpenTracing Authors
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
5
5
* in compliance with the License. You may obtain a copy of the License at
@@ -61,7 +61,7 @@ public Tracer getTracer() {
61
61
tracer = NoopTracerFactory.create();
62
62
}
63
63
}
64
-
log.warn("Tracer bean is not configured! Switching to " + tracer);
64
+
log.debug("Tracer bean is not configured! Switching to " + tracer);
0 commit comments