Global settings (ccpyd.conf)

Example config file

<ccpyd>
  <ccpyConfig>/etc/ccpy.conf</ccpyConfig>
  <logging enabled="on">
    <file>/var/log/ccpyd.log</file>
    <level>DEBUG</level>
  </logging>
</ccpyd>

Elements description

NodeParent elementDescriptionTypeDefaultRequiredNotes
ccpyConfigccpydLocation of the projects configuration filestring/etc/ccpy.confno
loggingccpydLogging settings elementElement with logging attributes and subelementsLogging is disabledno
enabledattribute of loggingLogging enabled flagboolean (on/yes/true or off/no/false)offno
fileloggingLog file locationstring/var/log/ccpyd.logyes if logging is enabled
levelloggingLogging thresholdDEBUG or INFO or WARN or ERRORDEBUGyes if logging is enabledThis node is currently ignored