Added a new section 'logging' with three configuration parameters:
authorarjen <arjen>
Thu, 14 Aug 2003 10:27:54 +0000 (10:27 +0000)
committerarjen <arjen>
Thu, 14 Aug 2003 10:27:54 +0000 (10:27 +0000)
   method       - Output method to use for logging.
   destination  - Name of the log output destination.
   level        - Log level: Verbose output if greater than 0.

src/gnucomo.conf

index e3631fb..f9a99ad 100644 (file)
       <port>5432</port>
       -->
    </database>
+   <logging>
+      <method>file</method>
+      <destination>/var/log/gcm_input</destination>
+      <level>0</level>
+   </logging>
    <gcm_input>
       <dbuser>brenno</dbuser>
-      <logfile>/var/log/gcm_input</logfile>
-      <verbosity>0</verbosity>
    </gcm_input>
    <gcm_daemon>
       <user>arjen</user>