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

Allow for Log4J to be configured for peons but still ensure console logging is enforced #14094

Commits on Apr 15, 2023

  1. Allow for Log4J to be configured for peons but still ensure console l…

    …ogging is enforced
    
    This change will allow for log4j to be configured for peons but require console logging is still
    configured for them to ensure peon logs are saved to deep storage.
    
    Also fixed the test ConsoleLoggingEnforcementTest to use a valid appender for the non console
    Config as the previous config was incorrect and would never return a logger.
    TSFenwick committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    5259294 View commit details
    Browse the repository at this point in the history
  2. fix checkstyle

    TSFenwick committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    1b19c75 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Configuration menu
    Copy the full SHA
    b4283fb View commit details
    Browse the repository at this point in the history
  2. optimize calls for altering logging config for ConsoleLoggingEnforcem…

    …entConfigurationFactory
    
    add getName to the druid logger class
    TSFenwick committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    be241d2 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    f997c93 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. edit docs to be more clear

    TSFenwick committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    d2eb8c2 View commit details
    Browse the repository at this point in the history
  2. fix checkstyle issues

    TSFenwick committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    b394da4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    77a5196 View commit details
    Browse the repository at this point in the history