noobaa-core icon indicating copy to clipboard operation
noobaa-core copied to clipboard

NC | Noobaa debug and normal log sent to two different files.

Open naveenpaul1 opened this issue 7 months ago • 0 comments

Explain the changes

  1. Current implementation all the logs are pushed to both iamjournal and syslog
  1. all the low level logs(ERROR, INFO, LOG, TRACE, L0) are pushed to var/log/message. Can be configured using property LOG_TO_STDERR_LEVEL),
  2. When debug enabled(LOG_TO_SYSLOG_ENABLED) all the messages will pushed to var/log/noobaa.log, Log level can be configued in using property LOG_TO_DEBUGLOG_LEVEL

Issues: Fixed #xxx / Gap #xxx

  1. https://github.com/noobaa/noobaa-core/issues/8032

Testing Instructions:

  • [] Doc added/updated
  • [ ] Tests added

naveenpaul1 avatar Jul 04 '24 08:07 naveenpaul1