You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With aozan 3.0.2 in legacy mode (aozan.sh $AOZAN_CONF), no logs are generated (even INFO level), either in stderr or log file, with the following configuration parameter:
aozan.log.path=/my/path/aozan.log
I needed to replace this parameter by the two other parameters below, to have INFO logs generated into the log file:
aozan.logger=file
aozan.log=/my/path/aozan.log
and all log levels were written in the file by adding log.level=all as well
The text was updated successfully, but these errors were encountered:
With aozan-3.1-SNAPSHOT in legacy mode (aozan.sh $AOZAN_CONF), no logs are generated (even INFO level), either in stderr or log file, with any of the following configuration parameters:
With aozan 3.0.2 in legacy mode (
aozan.sh $AOZAN_CONF
), no logs are generated (evenINFO
level), either in stderr or log file, with the following configuration parameter:aozan.log.path=/my/path/aozan.log
I needed to replace this parameter by the two other parameters below, to have
INFO
logs generated into the log file:and all log levels were written in the file by adding
log.level=all
as wellThe text was updated successfully, but these errors were encountered: