summaryrefslogtreecommitdiffstats
path: root/nova/log.py
Commit message (Expand)AuthorAgeFilesLines
* Add user_name project_name and color option to logVishvananda Ishaya2012-06-071-1/+16
* Merge "Replace standard json module with openstack.common.jsonutils"Jenkins2012-06-071-2/+2
|\
| * Replace standard json module with openstack.common.jsonutilsZhongyue Luo2012-06-071-2/+2
* | Finalize tox config.Monty Taylor2012-06-071-1/+3
|/
* Setup logging, particularly for keystone middlewareAlessio Ababilov2012-05-111-0/+3
* Pass context to notification drivers when we can.Andrew Bogott2012-05-021-2/+4
* Merge "Use thread local storage from openstack.common."Jenkins2012-04-101-1/+1
|\
| * Use thread local storage from openstack.common.Russell Bryant2012-04-041-1/+1
* | Allow instance logging to use just a UUID.Michael Still2012-04-071-4/+17
|/
* Support timestamps as prefixes for traceback log lines.Michael Still2012-03-291-1/+6
* Prevent infinite loop in PublishErrorsHandlerPhilip Knouff2012-02-231-0/+3
* Add JSONFormatterJason Kölker2012-02-171-1/+49
* Allow file logging configJason Kölker2012-02-171-226/+158
* Remove the last of the gflags shim layerMark McLoughlin2012-02-101-1/+1
* Merge "Handle --flagfile by converting to .ini style"Jenkins2012-02-101-9/+0
|\
| * Handle --flagfile by converting to .ini styleMark McLoughlin2012-02-071-9/+0
* | Backslash continuations (misc.)Zhongyue Luo2012-02-081-4/+3
|/
* Move cfg to nova.openstack.commonMark McLoughlin2012-02-031-1/+1
* Remove duplicate logging_debug_format optionMark McLoughlin2012-02-021-4/+0
* Merge "Optionally pass a instance uuid to log methods."Jenkins2012-02-011-4/+27
|\
| * Optionally pass a instance uuid to log methods.Michael Still2012-02-011-4/+27
* | Fix logging to log correct filename and line numbersAlex Meade2012-02-011-9/+22
|/
* Refactor away the flags.DEFINE_* helpersMark McLoughlin2012-01-281-28/+40
* Super is not so super.Naveed Massjouni2012-01-161-8/+8
* Refactoring logging _log function.Naveed Massjouni2012-01-161-12/+47
* Fix Bug #891718Likitha Shetty2011-11-281-2/+7
* Bug #888730: vmwareapi suds debug logging very verboseEwan Mellor2011-11-111-0/+1
* More spelling fixes inside of novaJoe Gordon2011-11-091-2/+2
* Merge "Bug 884863: nova logs everything to syslog twice"Jenkins2011-11-031-2/+3
|\
| * Bug 884863: nova logs everything to syslog twiceEwan Mellor2011-11-011-2/+3
* | Add local storage of context for loggingVishvananda Ishaya2011-11-021-0/+4
|/
* Ensure non-default FLAGS.logfile_mode is properly converted to an octet.Adam Gandelman2011-09-291-2/+3
* moved import upvladimir.p2011-08-251-1/+1
* moved import to the topvladimir.p2011-08-241-1/+1
* check log file mode prior to chmodvladimir.p2011-08-241-1/+5
* merged trunk and fix time callVishvananda Ishaya2011-07-291-0/+1
|\
| * Add a flag to set the default file mode of logs.Josh Kearney2011-07-271-0/+1
* | start removing references to AuthManagerVishvananda Ishaya2011-07-211-2/+2
|/
* Further nova-api cleanup.Brian Lamar2011-06-191-1/+1
* Removed debugging, made objectstore tests pass again.Brian Lamar2011-06-191-2/+0
* General cleanup and refactor of a lot of the API/WSGI service code.Brian Lamar2011-06-181-0/+13
* pep8 fixesNaveed Massjouni2011-06-011-1/+1
* Merge from trunk.Naveed Massjouni2011-05-251-1/+2
|\
* | Set publish_errors default to False.Naveed Massjouni2011-05-061-1/+1
* | Publish errors via nova.notifierNaveed Massjouni2011-05-051-0/+9
|/
* docstring cleanup, nova dirtermie2011-04-201-25/+24
* Change '== None' to 'is None'Jason Koelker2011-04-181-1/+1
* Suppress stack traces unless --verbose is specifiedKevin L. Mitchell2011-02-281-1/+4
* Removes processName from debug output since we aren't using multiprocessing a...Vishvananda Ishaya2011-02-241-1/+1
|\
| * remove processName from debug output since we aren't using multiprocessing an...Vishvananda Ishaya2011-02-231-1/+1