Merge lp://staging/~klmitch/nova/lp725349 into lp://staging/~hudson-openstack/nova/trunk
Proposed by
Kevin L. Mitchell
Status: | Merged |
---|---|
Approved by: | Devin Carlen |
Approved revision: | 750 |
Merged at revision: | 764 |
Proposed branch: | lp://staging/~klmitch/nova/lp725349 |
Merge into: | lp://staging/~hudson-openstack/nova/trunk |
Diff against target: |
15 lines (+4/-1) 1 file modified
nova/log.py (+4/-1) |
To merge this branch: | bzr merge lp://staging/~klmitch/nova/lp725349 |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Vish Ishaya (community) | Approve | ||
Devin Carlen (community) | Approve | ||
Review via email: mp+51579@code.staging.launchpad.net |
Description of the change
Inhibit inclusion of stack traces in the logs UNLESS --verbose has been specified. This should help keep the logs compact, helping admins find the messages they're interested in (e.g., "Can't connect to MySQL server on '127.0.0.1' (111)") without having to sort through the stack traces, while still allowing developers to see those traces at will.
To post a comment you must log in.
lgtm