action: Create and use a different Logger for each action.
[matthijs/projects/backupninja.git] / src / lib / backupninja / action.py
2010-08-07 Matthijs Kooijmanaction: Create and use a different Logger for each... master
2010-08-07 Matthijs Kooijmanaction: Let each action track a status and log it.
2010-07-27 Matthijs Kooijmanhandlers: Rename Handler class to Action.
2010-07-26 Matthijs Kooijmanconfig: Restructure config loading to allow defaults.
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 Kooijmanmain: Add --test option for a dry run.
2010-06-10 Matthijs Kooijmanmisc: Add some extra info and debug statements.
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 Kooijmanactions: Sort actions before running them.
2010-06-10 Matthijs Kooijmanactions: Catch and log exceptions when running handlers.
2010-05-17 Matthijs Kooijmanmain: Add action loading and running infrastructure.