Reduce log verbocity

This commit is contained in:
Nikolay Martynov 2020-03-02 15:26:04 -05:00
parent 6ff723e191
commit d46a3be123
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ public class ProfilingAgent {
if (PROFILER == null) {
final Config config = Config.get();
if (isStartingFirst && !config.isProfilingStartForceFirst()) {
log.info("Profiling: not starting first");
log.debug("Profiling: not starting first");
// early startup is disabled;
return;
}