~brad-marshall/charms/trusty/thruk-master/add-debug-options

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Brad Marshall
  • Date: 2015-08-31 04:04:09 UTC
  • Revision ID: brad.marshall@canonical.com-20150831040409-2n756m3dyh8kvow7
[bradm] Adding debugging logging support

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
 
35
35
      If you're running multiple environments with the same services in them
36
36
      this allows you to differentiate between them.
 
37
  debug-log:
 
38
    default: false
 
39
    type: boolean
 
40
    description: >
 
41
      Enables debug logging for thruk.
 
42
  debug-log-path:
 
43
    default: "/var/log/thruk/debug.log"
 
44
    type: string
 
45
    description: >
 
46
      The default log path for debugging (if enabled).
 
47
  screen-log:
 
48
    default: false
 
49
    type: boolean
 
50
    description: >
 
51
      Enables debug logging to stderr for thruk - in the default case, this ends
 
52
      up in the apache error logs.
37
53