Add multiple asset adding route
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -4,7 +4,14 @@ appenders:
|
||||
encoder:
|
||||
pattern: "{d} {h({l})} {M}::{L} - {m}{n}"
|
||||
|
||||
file:
|
||||
kind: file
|
||||
path: "./log/output.log"
|
||||
encoder:
|
||||
pattern: "{d} {l} {M}::{L} - {m}{n}"
|
||||
|
||||
root:
|
||||
level: info
|
||||
appenders:
|
||||
- stdout
|
||||
- file
|
||||
|
Reference in New Issue
Block a user