mirror of
https://github.com/continew-org/continew-starter.git
synced 2025-09-08 16:57:09 +08:00
chore: 优化日志级别 info => debug
This commit is contained in:
@@ -51,6 +51,6 @@ public class JustAuthAutoConfiguration {
|
||||
|
||||
@PostConstruct
|
||||
public void postConstruct() {
|
||||
log.info("[ContiNew Starter] - Auto Configuration 'JustAuth' completed initialization.");
|
||||
log.debug("[ContiNew Starter] - Auto Configuration 'JustAuth' completed initialization.");
|
||||
}
|
||||
}
|
@@ -88,6 +88,6 @@ public class SaTokenAutoConfiguration implements WebMvcConfigurer {
|
||||
|
||||
@PostConstruct
|
||||
public void postConstruct() {
|
||||
log.info("[ContiNew Starter] - Auto Configuration 'SaToken' completed initialization.");
|
||||
log.debug("[ContiNew Starter] - Auto Configuration 'SaToken' completed initialization.");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user