diff options
| author | 2018-06-07 12:09:09 +0100 | |
|---|---|---|
| committer | 2018-06-07 12:09:09 +0100 | |
| commit | 0874f812def0f2cb3154ce1760a7c61fdc917a97 (patch) | |
| tree | 5f25c09da7085c1ebdb9ff9e38cd5d98a6f80fb6 /config-default.yml | |
| parent | Update gitignore for logfiles (diff) | |
Force all loggers to use our handlers, and disable papertrail
Diffstat (limited to 'config-default.yml')
| -rw-r--r-- | config-default.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/config-default.yml b/config-default.yml index e10150617..3a20d10c6 100644 --- a/config-default.yml +++ b/config-default.yml @@ -55,11 +55,6 @@ clickup: key: !ENV 'CLICKUP_KEY' -papertrail: - address: !ENV 'PAPERTRAIL_ADDRESS' - port: !ENV 'PAPERTRAIL_PORT' - - rabbitmq: host: "pdrmq" port: 5672 |