Guest User

Untitled

a guest
Feb 22nd, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <configuration>
  3. <include resource="org/springframework/boot/logging/logback/defaults.xml" />
  4. <property name="LOG_FILE"
  5. value="${LOG_FILE:-${LOG_PATH:-${LOG_TEMP:-${java.io.tmpdir:-/tmp}}/}spring.log}" />
  6. <include
  7. resource="org/springframework/boot/logging/logback/file-appender.xml" />
  8. <root level="INFO">
  9. <appender-ref ref="FILE" />
  10. </root>
  11. </configuration>
Add Comment
Please, Sign In to add comment