Log ConfigurationProperties bean at DEBUG level. (#237)
This commit is contained in:
parent
1720272155
commit
1d89cbc908
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ public abstract class ConfigurationProperties {
|
||||||
throw new NullPointerException("bean may not be null.");
|
throw new NullPointerException("bean may not be null.");
|
||||||
}
|
}
|
||||||
context.setAttribute(ATTRIBUTE_NAME, bean);
|
context.setAttribute(ATTRIBUTE_NAME, bean);
|
||||||
log.info(bean);
|
log.debug(bean);
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Package access, so unit tests can call it. */
|
/** Package access, so unit tests can call it. */
|
||||||
|
|
Loading…
Add table
Reference in a new issue