LOGLEVEL in eucalyptus.conf doesn't affect cloud-output.log verbosity
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
eucalyptus (Ubuntu) |
Fix Released
|
Low
|
Thierry Carrez | ||
Karmic |
Fix Released
|
Low
|
Thierry Carrez |
Bug Description
eucalyptus 1.6~bzr931-
In an effort to set saner production-oriented default log levels, I tried to change LOGLEVEL from DEBUG et ERROR in /etc/eucalyptus
I still get INFO and DEBUG type messages in /var/log/
===========
SRU Verification
1) Watch log file
* tail -f /var/log/
2) Modify the log level configuration
* sudo -i "s/^LOGLEVEL=
3) Restart Eucalyptus
* sudo restart eucalyptus
4) Check the log, making sure that new INFO messages are not appended.
Regression Potential
This will need to be tested thoroughly to ensure that we do not discard wanted log messages.
===========
Changed in eucalyptus (Ubuntu Karmic): | |
assignee: | nobody → Thierry Carrez (ttx) |
Changed in eucalyptus (Ubuntu Karmic): | |
status: | Triaged → Fix Committed |
description: | updated |
tags: | added: uec |
LOGLEVEL seems to affect cc.log but not cloud-output.log and cloud-debug.log.