DEBUG messages show when only INFO was asked for
Bug #1421237 reported by
Aaron Bentley
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
juju-core |
Fix Released
|
High
|
Tim Penhey |
Bug Description
As seen here:
http://
We issue "juju --show-log bootstrap -e azure-upgrade-
This is a security issue because DEBUG messages often contain credentials. It is a regression because we used to only get INFO messages, and our credentials used to be safe.
Changed in juju-core: | |
milestone: | none → 1.23 |
Changed in juju-core: | |
importance: | Critical → High |
assignee: | nobody → Tim Penhey (thumper) |
status: | Triaged → In Progress |
tags: | removed: regression |
Changed in juju-core: | |
status: | In Progress → Fix Committed |
Changed in juju-core: | |
milestone: | 1.23 → 1.23-beta1 |
Changed in juju-core: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
No I disagree. This has been the behaviour since it was implemented.
All agents, machine and unit are started with logging set to the debug level. This is until the logging worker starts and gets told what the logging level should be.
This was a design decision at the time and most certainly isn't a regression.
Can you please show old and new logs? This behaviour hasn't changed, so I'm curious as to what has changed.