Log Pax Runner actions

Unknown macro: {scrollbar}

Setting the log level

While running, prior actually launching the target framework Pax Runner logs his actions. By default it logs only important information (info) but you can setup the log level in a similar way as in log4j levels. To do so you can use the --log options with one of the values:

  • NONE (no logging)
    pax-run --log=NONE
    
  • FATAL
    pax-run --log=FATAL
    
  • ERROR
    pax-run --log=ERROR
    
  • WARNING
    pax-run --log=WARNING
    
  • INFO (default)
    pax-run --log=INFO
    
  • DEBUG
    pax-run --log=DEBUG
    
  • TRACE
    pax-run --log=TRACE
    

The "lower" you get the more log information will be printed.