Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CROM-6894 Logging updates #6813

Merged
merged 1 commit into from
Aug 11, 2022
Merged

CROM-6894 Logging updates #6813

merged 1 commit into from
Aug 11, 2022

Commits on Jul 23, 2022

  1. Logging updates:

    - Like log4j was replaced also replace commons-logging with slf4j.
    - Cromwell redirects java.util.logging calls to slf4j, only known to affect Liquibase as of now.
    - Separate Liquibase workaround to print to logger instead of System.out.
    - In Cromwell/Cromiam log the time Akka events are generated, not the time they arrive at slf4j.
    - In Cromwell/Cromiam log the thread where Akka events are generated, not the thread performing the logging.
    kshakir committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    ab44588 View commit details
    Browse the repository at this point in the history