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

NC | Noobaa syslogs are sent to two different files

Open naveenpaul1 opened this issue 8 months ago • 2 comments

Explain the changes

  1. The Cosole log is silent depending on whether the syslog running or not. Because logs are not pushed to the console imjournal will not pick it and duplicate it to a message file.
  2. Native layer logs are moved to noobaa.log file.

Note : Created PR assuming all the Noobaa logs are read from var/log/noobaa.log

Issues: Fixed #xxx / Gap #xxx

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

Testing Instructions:

  1. Install rsyslog and Noobaa RPM
  2. And verify noobaa specific log are pushed only to /var/log/noobaa.log
  3. Noobaa logs are not duplicated in /var/log/noobaa.log and /var/log/message
  • [ ] Doc added/updated
  • [ ] Tests added

naveenpaul1 avatar Jun 10 '24 04:06 naveenpaul1