HHH-6601 use DEBUG for logging of missing package-info messages
This commit is contained in:
parent
1ddc599803
commit
927539f24a
|
@ -611,7 +611,7 @@ public interface CoreMessageLogger extends BasicLogger {
|
||||||
@Message(value = "Overriding %s is dangerous, this might break the EJB3 specification implementation", id = 193)
|
@Message(value = "Overriding %s is dangerous, this might break the EJB3 specification implementation", id = 193)
|
||||||
void overridingTransactionStrategyDangerous(String transactionStrategy);
|
void overridingTransactionStrategyDangerous(String transactionStrategy);
|
||||||
|
|
||||||
@LogMessage(level = WARN)
|
@LogMessage(level = DEBUG)
|
||||||
@Message(value = "Package not found or wo package-info.java: %s", id = 194)
|
@Message(value = "Package not found or wo package-info.java: %s", id = 194)
|
||||||
void packageNotFound(String packageName);
|
void packageNotFound(String packageName);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue