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
  • !94

fixed default location log4j logging

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Workum, Dirk-Jan van requested to merge fix_default_location_log4j into master Nov 14, 2022
  • Overview 6
  • Commits 4
  • Pipelines 4
  • Changes 4

After merging !85 (merged) with master branch, we noticed that the intended behaviour of using the pantools database directory for putting the logs was completely ignored. I traced the origin of this bug to the existence of two other Loggers in the meantime implemented in PanTools. Removing these with this merge request will solve the issue and put the logs in their intended place: <database dir>/logs/<log file>.

Still to do:

  • Replace LOG in Annotation.java by the new Pantools.logger
Edited Nov 14, 2022 by Workum, Dirk-Jan van
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix_default_location_log4j