Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • concrexit concrexit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 70
    • Issues 70
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • thaliathalia
  • concrexitconcrexit
  • Merge requests
  • !1409

Add root logging configuration and improve format

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Jelle Besseling requested to merge 956-957improve-logging into master Nov 03, 2019
  • Overview 0
  • Commits 1
  • Changes 1

Previously no loggers were enabled that concrexit uses. This means that all logs by concrexit code were ignored in production. This commit adds a root logger that will make sure all logs by concrexit and imported packages are logged to the log file.

This commit also improves the 'verbose' logging format, which previously contained unneeded information and less specific information on which package was doing the logging.

Closes #956 (closed) and #957 (closed)

Edited Nov 04, 2019 by Jelle Besseling
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 956-957improve-logging