TimeServer.properties 417 B

1234567891011
  1. # This is a sample configuration file for TimeServer
  2. logging.loggers.root.channel.class = ConsoleChannel
  3. logging.loggers.app.name = Application
  4. logging.loggers.app.channel = c1
  5. logging.formatters.f1.class = PatternFormatter
  6. logging.formatters.f1.pattern = [%p] %t
  7. logging.channels.c1.class = ConsoleChannel
  8. logging.channels.c1.formatter = f1
  9. # TimeServer.format = %W, %e %b %y %H:%M:%S %Z
  10. # TimeServer.port = 9911