action: Create and use a different Logger for each action.
[matthijs/projects/backupninja.git] / src /
2010-08-07 Matthijs Kooijmanaction: Create and use a different Logger for each... master
2010-08-07 Matthijs Kooijmanhandlers: Make create_action pass any kwargs to the...
2010-08-07 Matthijs Kooijmanlog: Make the log_exception support a per instance...
2010-08-07 Matthijs KooijmanAction: store a logger object in each Action.
2010-08-07 Matthijs Kooijmanhandlers: Add fail_on_exception handler.
2010-08-07 Matthijs Kooijmanlog: Add log_exception decorator.
2010-08-07 Matthijs Kooijmanaction: Let each action track a status and log it.
2010-08-07 Matthijs KooijmanAction: Add config accessor functions.
2010-08-06 Matthijs Kooijmanconfig: Allow specifying configuration values with...
2010-07-27 Matthijs Kooijmanhandlers: Rename Handler class to Action.
2010-07-26 Matthijs Kooijmanconfig: Restructure config loading to allow defaults.
2010-07-26 Matthijs Kooijmanconfig: Remove unused variables.
2010-06-10 Matthijs Kooijmanactions: Print a traceback on failed actions in debug...
2010-06-10 Matthijs Kooijmanconfig: Check action config filenames more strictly.
2010-06-10 Matthijs Kooijmanconfig: Skip action configs starting with a dot.
2010-06-10 Matthijs Kooijmanmain: Add --test option for a dry run.
2010-06-10 Matthijs Kooijmanhandlers: Add **kwargs to Handler methods.
2010-06-10 Matthijs Kooijmanmisc: Add some extra info and debug statements.
2010-06-10 Matthijs Kooijmanmain: Add --debug option to increase verbosity.
2010-06-10 Matthijs KooijmanAdd commandline options for configuration files.
2010-06-10 Matthijs Kooijmanactions: Handle OSErrors when listing action configs.
2010-06-10 Matthijs Kooijmanactions: Handle exceptions thrown by create_handler.
2010-06-10 Matthijs Kooijmanhandlers: Make create_handler throw exceptions on errors.
2010-06-10 Matthijs Kooijmanactions: Sort actions before running them.
2010-06-10 Matthijs Kooijmanactions: Catch and log exceptions when running handlers.
2010-06-10 Matthijs Kooijmantest: Log at INFO instead of ERROR.
2010-06-10 Matthijs Kooijmanlog: Set default logging level to INFO.
2010-05-17 Matthijs Kooijmanhandlers: Add a .test handler.
2010-05-17 Matthijs Kooijmanmain: Make the backupninja script run all actions.
2010-05-17 Matthijs Kooijmanmain: Add action loading and running infrastructure.
2010-05-17 Matthijs Kooijmanmisc: Make git ignore .pyc files.
2010-05-17 Matthijs Kooijmanmain: Add backupninja.handlers package.
2010-05-17 Matthijs Kooijmanmain: Add configuration infrastructure.
2010-05-17 Matthijs Kooijmanmain: Add logging infrastructure.
2010-05-11 Matthijs Kooijmanmain: Add "backupninja" package.
2010-05-11 Matthijs Kooijmanmain: Add (nearly empty) initial script.