Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[5.7] Document bubble, permission and locking configurations #4952

Merged
merged 1 commit into from
Feb 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions logging.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

<a name="building-log-stacks"></a>
### Building Log Stacks

Expand Down