Issue #10158 Change ignored deployment message to WARN (#10321)

This commit is contained in:
Jan Bartel 2023-08-18 03:18:29 +02:00 committed by GitHub
parent 042841a7c6
commit 33ef0b040a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -197,8 +197,7 @@ public abstract class ScanningAppProvider extends ContainerLifeCycle implements
}
}
if (LOG.isDebugEnabled())
LOG.debug("{} ignored {}", this, app);
LOG.warn("{} no environment for {}, ignoring", this, app);
return null;
}