Re: Local CLI Logging

2016-08-19 Thread Thomas Weise
Hi Alex, The CLI is automatically changing the threshold for the log4j console appender. You can supply - to the CLI to enable output at debug level. You can also supply your own log4j.properties with customized loggers through the environment (the example below also includes how you enable

Local CLI Logging

2016-08-19 Thread McCullough, Alex
Hey, I have an app I am launching an app through the local cli (apex-cor/engine/src/main/scripts/apex, then launch –local) and I was wondering if there was a way to get the logs to print to the apex console? I could log to some file and then tail the file separately, but it would be easier if