mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2024-11-08 16:57:16 +01:00
6 lines
218 B
Properties
6 lines
218 B
Properties
|
# This is a sample configuration file.
|
||
|
logging.loggers.root.channel = c1
|
||
|
logging.channels.c1.class = FileChannel
|
||
|
logging.channels.c1.path = ${application.dir}SampleServer.log
|
||
|
logging.channels.c1.pattern = %s: [%p] %t
|