Skip to content

Commit

Permalink
Document bubble, permission and locking configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
nerg4l committed Feb 3, 2019
1 parent 1c46684 commit 371126f
Showing 1 changed file with 10 additions and 0 deletions.
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

0 comments on commit 371126f

Please sign in to comment.