summaryrefslogtreecommitdiffstats
path: root/nova/log.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | don't make a syslog handler if we didn't ask for onetermie2011-02-221-2/+3
|/
* switch to explicit call to logging.setup()Vishvananda Ishaya2011-02-211-19/+25
* cleanup from reviewVishvananda Ishaya2011-02-211-12/+7
* reset to notset if level isn't in flagsVishvananda Ishaya2011-02-211-2/+4
* move exception hook into appropriate location and remove extra stuff from mod...Vishvananda Ishaya2011-02-211-22/+23
* simplify logic for parsing log level flagsVishvananda Ishaya2011-02-211-17/+8
* reset all loggers on flag change, not just rootVishvananda Ishaya2011-02-211-0/+3
* add docstring to reset methodVishvananda Ishaya2011-02-211-0/+1
* get rid of initialized flagVishvananda Ishaya2011-02-211-12/+4
* clean up location of methodVishvananda Ishaya2011-02-201-17/+17
* remove extra references to logging.basicConfigVishvananda Ishaya2011-02-201-6/+13
* fixes for various logging errors and issuesVishvananda Ishaya2011-02-201-45/+72
* Use WatchedFileHandler instead of RotatingFileHandler.Soren Hansen2011-02-181-2/+2
* Merge trunkSoren Hansen2011-02-161-2/+17
|\
| * Fix PEP-8 stuffSoren Hansen2011-02-161-0/+3
| * Refactor code that decides which logfile to use, if any.Soren Hansen2011-02-151-6/+11
| * Resurrect logdir option.Soren Hansen2011-02-141-2/+9
* | Don't hide RotatingFileHandler behind FileHandler's name.Soren Hansen2011-02-151-2/+2
* | Use RotatingFileHandler instead of FileHandler.Soren Hansen2011-02-141-1/+1
|/
* Fixed pep8 errorsIlya Alekseyev2011-01-281-0/+2
* Changed default handler for uncaughted exceptions. Logging with level critica...Ilya Alekseyev2011-01-281-0/+5
* Keep exception tracing as it wasThierry Carrez2011-01-201-1/+1
* Add timestamp to default log format, invert name and level for better readabi...Thierry Carrez2011-01-201-5/+5
* Merge trunk and fix how nova-combined works with paste.deploy.Todd Willey2011-01-131-0/+2
* s/string_with_vcs/version_string_with_vcs/gSoren Hansen2011-01-071-1/+1
* merge pep8 fixes from newlog2Todd Willey2011-01-061-2/+1
|\
| * pep8Todd Willey2011-01-061-2/+1
* | Track version info, and make available for logging.Todd Willey2011-01-061-10/+4
|/
* Better method for eventlet.wsgi.server logging.Todd Willey2011-01-051-1/+1
* Apply logging changes as a giant patch to work around the cloudpipe delete + ...Todd Willey2011-01-041-0/+261