Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • lemonldap-ng lemonldap-ng
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 329
    • Issues 329
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • LemonLDAP NG
  • lemonldap-nglemonldap-ng
  • Issues
  • #2629

Closed
Open
Created Oct 01, 2021 by Christophe Maudoux@maudoux🐛Maintainer

Handler logger is not duplicated like Portal logger with _Duplicate package

Summary

Portal logger is duplicated to be able to view info, error or debug messages simultaneously but handler logger is not. Debug messages can only be seen in debug logLevel, info in info logLevel and so on...

Could be useful to duplicate handler logger like Portal logger.

Log

Handler part

[Sat Oct  2 18:08:48 2021] [LLNG:12422] [debug] Response is success
[Sat Oct  2 18:08:48 2021] [LLNG:12422] [debug] Good json file received
[Sat Oct  2 18:08:48 2021] [LLNG:12422] [info] Compiling rules retrieved from http://devops.example.com/myfile.json for test3.example.com
[Sat Oct  2 18:08:48 2021] [LLNG:12422] [debug] DevOps handler called by test3.example.com
[Sat Oct  2 18:08:48 2021] [LLNG:12422] [debug] Get session f5eec18ebb9bc96352595e2d8ce962e8ecf7af7c9a98cb9a43f9cd181cf4b545 from Handler::Main::Run
[Sat Oct  2 18:08:48 2021] [LLNG:12422] [debug] Check session validity from Handler

Portal part

[Sat Oct  2 18:10:24 2021] [LLNG:12644] [debug] Launching ::Plugins::GlobalLogout::run
[Sat Oct  2 18:10:24 2021] [LLNG:12644] [info] GlobaLogout not allowed for rtyler
[Sat Oct  2 18:10:24 2021] [LLNG:12644] **[debug] [info]** GlobaLogout not allowed for rtyler
[Sat Oct  2 18:10:24 2021] [LLNG:12644] [notice] User rtyler has been disconnected from Demo (127.0.0.1)
[Sat Oct  2 18:10:24 2021] [LLNG:12644] **[debug] [notice]** User rtyler has been disconnected from Demo (127.0.0.1)
Edited Oct 02, 2021 by Christophe Maudoux
Assignee
Assign to
Time tracking