summaryrefslogtreecommitdiff
path: root/openstackclient/common/context.py
Commit message (Collapse)AuthorAgeFilesLines
* Move set warnings filters to logging moduleTerryHowe2015-08-131-0/+10
| | | | | | | This is the first step in moving logging out of shell.py Change-Id: I3dcb4e17bb4687988ddf9b793ad1a308ef89b242 Implements: blueprint logging-migration
* Set up every time record log in fileDaisuke Fujita2015-08-081-0/+149
This will allow users to record logs of all their commands into a predefined log file, in clouds.yaml. The log should have a format similar to that of oslo.log. Change-Id: I1b334bf429d575fc25809c9706fc0b11116be3f1 Implements: blueprint every-time-record-log-in-file