noobaa-core
noobaa-core copied to clipboard
NC | Noobaa syslogs are sent to two different files
Explain the changes
- 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.
- 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
- https://github.com/noobaa/noobaa-core/issues/8032
Testing Instructions:
- Install rsyslog and Noobaa RPM
- And verify noobaa specific log are pushed only to
/var/log/noobaa.log
- Noobaa logs are not duplicated in
/var/log/noobaa.log
and/var/log/message
- [ ] Doc added/updated
- [ ] Tests added