12 lines
165 B
YAML
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
|