BAEL-20869 Move remaining spring boot modules
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
logging.file=disabled-console.log
|
||||
|
||||
### we could potentially 'disable' console logging by setting a blank log pattern:
|
||||
#logging.pattern.console=
|
||||
|
||||
### or disable the logs completely by setting the root logging level as 'OFF':
|
||||
#logging.level.root=OFF
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<configuration>
|
||||
<include resource="org/springframework/boot/logging/logback/defaults.xml" />
|
||||
<include resource="org/springframework/boot/logging/logback/file-appender.xml" />
|
||||
<root level="INFO">
|
||||
<appender-ref ref="FILE" />
|
||||
</root>
|
||||
</configuration>
|
||||
Reference in New Issue
Block a user