Skip to content

Change default log level to info #137

@hinerm

Description

@hinerm

The default log level is WARN, but this was a mistake - it prevents us from being able to print convenient statements, e.g. in ImageJ-Tutorials, without using log.warn.

So the default level should be lowered to INFO, but we will also need to take care to move many of the current log.info calls to log.debug, as we used log.info to print debugging-style statements.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions