olammi.iki.fi/sw
taloLogger Usage

Usage

                  python taloLogger.py --help
                  python taloLogger.py [-d] [-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. 

                    -v        - Enable debug/verbose logging.

                    -l        - Console log mode. 

                    -f configuration_file - Use the given filename as configuration
                                file for the application.
26.10.2011 taloLogger v1.4f released