SampleServer.properties 218 B

12345
  1. # This is a sample configuration file.
  2. logging.loggers.root.channel = c1
  3. logging.channels.c1.class = FileChannel
  4. logging.channels.c1.path = ${application.dir}SampleServer.log
  5. logging.channels.c1.pattern = %s: [%p] %t