Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • P PanTools
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 32
    • Issues 32
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • bioinformatics
  • PanTools
  • Merge requests
  • !85

Added support and configuration options for log4j2 logging

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Esch, Roel van requested to merge add-universal-logger into master Oct 31, 2022
  • Overview 8
  • Commits 31
  • Pipelines 18
  • Changes 65
  • Changed usage logger to universal logger. Each run creates/appends to a log named {subcommand}.{dd-MMM}.log
  • Made logger public static for general use
  • The root logger logs everything from debug and up to the log file
  • The console output is INFO and up by default, but can be adjusted with new flags (trace, debug, quiet, silent).
  • Disabled hibernate and jboss loggers to prevent logging before validation.
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: add-universal-logger