We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
microceph (edge) 19.2.0~git+snapc76c1f5fe9 from Canonical✓ installed
sudo snap install microceph --channel latest/edge microceph (edge) 19.2.0~git+snapc76c1f5fe9 from Canonical✓ installed sudo microceph cluster bootstrap sudo microceph log set-level 5 sudo microceph disk add loop,2G,3 +-----------+---------+ | PATH | STATUS | +-----------+---------+ | loop,2G,3 | Success | +-----------+---------+ fgrep -c "Adding OSD" /var/log/syslog 0
Some expected log messages such as the Debugf("Adding OSD...") are not present in /var/log/syslog
After setting level 5 (DEBUG) I'd expect debug log messages to appear
In issue #339 an issue is listed resetting log level after microcephd restarts -- but now it seems set-level doesn't do anything
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue report
What version of MicroCeph are you using ?
microceph (edge) 19.2.0~git+snapc76c1f5fe9 from Canonical✓ installed
What are the steps to reproduce this issue ?
What happens (observed behaviour) ?
Some expected log messages such as the Debugf("Adding OSD...") are not present in /var/log/syslog
What were you expecting to happen ?
After setting level 5 (DEBUG) I'd expect debug log messages to appear
Additional comments.
In issue #339 an issue is listed resetting log level after microcephd restarts -- but now it seems set-level doesn't do anything
The text was updated successfully, but these errors were encountered: