Skip to content

No logs with legacy aozan2 configuration #16

@loraine-gueguen

Description

@loraine-gueguen

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions