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

Change to log4j2 logging library implementation for logging messages (components choose log4j 1.2 api or log4j 2 api to generate messages) #6397

Merged
merged 14 commits into from
Aug 31, 2022

Commits on Aug 23, 2022

  1. Change to log4j2 logging

    jodygarnett committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    14dbae8 View commit details
    Browse the repository at this point in the history
  2. SetSystemProperties no longer available in 4.x

    This was causing warnings on startup
    jodygarnett committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    3451843 View commit details
    Browse the repository at this point in the history
  3. Lazy logger lookup from appender and system property

    This duplicates code between LoggingApi and healthmonitor LogConfig
    jodygarnett committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    4464cf5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9330a6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    06bd5b4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0318f7d View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

  1. Log / Remove old Jeeves services (not declared anymore in config - pr…

    …obably dropped already).
    fxprunayre authored and jodygarnett committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    bf046cd View commit details
    Browse the repository at this point in the history
  2. Formatting.

    fxprunayre authored and jodygarnett committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    2632098 View commit details
    Browse the repository at this point in the history
  3. Formatting.

    fxprunayre authored and jodygarnett committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    cf01917 View commit details
    Browse the repository at this point in the history
  4. Log / Add method in data directory to retrieve the main file location.

    This can be used in various places (LoggingApi, Harvesters) to retrieve it.
    fxprunayre authored and jodygarnett committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    b38d248 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a3cbe0a View commit details
    Browse the repository at this point in the history
  6. Revise based on feedback

    # Conflicts:
    #	common/src/main/java/org/fao/geonet/utils/Log.java
    jodygarnett committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    8faf4cc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    04962bd View commit details
    Browse the repository at this point in the history
  8. Change to Log4j 2 API

    jodygarnett committed Aug 27, 2022
    Configuration menu
    Copy the full SHA
    b6fe784 View commit details
    Browse the repository at this point in the history