From 371126f37c0887d4d2e2349d0b39e98ada7492dd Mon Sep 17 00:00:00 2001 From: Nerg4l Date: Sun, 3 Feb 2019 15:31:20 +0100 Subject: [PATCH] Document bubble, permission and locking configurations --- logging.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/logging.md b/logging.md index 8cf3ce167f4..aea8c2aff67 100644 --- a/logging.md +++ b/logging.md @@ -53,6 +53,16 @@ Name | Description The `slack` channel requires a `url` configuration option. This URL should match a URL for an [incoming webhook](https://slack.com/apps/A0F7XDUAZ-incoming-webhooks) that you have configured for your Slack team. +#### Configuring The Single and Daily Channels + +The `single` and `daily` channels have three optional configurations `bubble`, `permission` and `locking`. + +Name | Description | Default +------------- | ------------- | ------------- +`bubble` | Whether the messages that are handled can bubble up the stack or not | `true` +`permission` | File permissions | `644` +`locking` | Try to lock log file before doing any writes | `false` + ### Building Log Stacks