Configuration
--------------

Archive uses a .ini style configuration. The following options are
available. 

Value types
~~~~~~~~~~~

Boolean ;;
    True:  Y, T, 1 +
    False: N, F, 0
    
String ;;
    Anything else.

Options
~~~~~~

Log
^^^^^^
Options available in the log section

use (Boolean);;
    Turn logging on/off (values are: Y, N, T, F, 1, 0)
level (String List);;
    Set the logging level
    Options available are: DEBUG, INFO, WARNING, CRITCAL, ALL
+
NOTE: A comma separated list can be used to specify more than one level.
+

directory (String);;
    Specify a logging directory


Mysql
^^^^^^^
Options available in the mysql section

host (String);;
    Database hostname
username (String);;
    Username
password (String);;
    Password
database (String);;
    Database to use
table (String);;
    Tablename to use
    
