Files
java-tutorials/bootique/config.yml
T
2019-10-07 22:23:44 -04:00

12 lines
165 B
YAML

log:
level: warn
appenders:
- type: file
logFormat: '%c{20}: %m%n'
file: /home/logger.log
jetty:
context: /hello
connector:
port: 10001