Usage
python taloLogger.py --help
python taloLogger.py [-d] [--nodaemon] [-v] [-l] [-f configuration_file]
Options
(options override the configuration file):
--help - Prints out a help and exits.
-d - Runs the application in daemon mode. Command will
return to shell and a daemon will be forked to
run in the background.
--nodaemon - No daemon mode. Even if -d option or configuration
file directives would make taloLogger run in daemon
mode, this overrides them all and prevents forking.
-v - Enable debug/verbose logging.
-l - Console log mode.
-f configuration_file - Use the given filename as configuration
file for the application.