Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NSFS | NOOBAA_LOG_LEVEL is not working as expected #8389

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

naveenpaul1
Copy link
Contributor

@naveenpaul1 naveenpaul1 commented Sep 20, 2024

Explain the changes

  1. log in nappi layer which is getting printed every time config.json reloaded, Its adding longs to the console. Solution would be update priority for message to info(5)

Issues: Fixed #xxx / Gap #xxx

  1. NOOBAA_LOG_LEVEL is not working as expected #8380

Testing Instructions:

  1. update config.json
    config.LOG_TO_STDERR_ENABLED = true;
    config.LOG_TO_SYSLOG_ENABLED = true;
    and check below logs printing on the console log, every time config.json relaod
  • Doc added/updated
  • Tests added

@naveenpaul1 naveenpaul1 merged commit 6d5783b into noobaa:master Sep 24, 2024
10 checks passed
@ramya-c3
Copy link

config.LOG_TO_STDERR_ENABLED = true;
config.LOG_TO_SYSLOG_ENABLED = true; Incase of syslog-ng even if both of them are set to false i still see the messages

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants