diff options
| author | Michael Klishin <michael@novemberain.com> | 2018-01-24 20:54:16 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-01-24 20:54:16 +0300 |
| commit | 8ff28b08eab9756cc3d0ea943a5488fd00e10401 (patch) | |
| tree | 3d2608813713772c46038f5a957b5ea4c35c9f2a | |
| parent | 2b8a105fe65ed62d1fcb40b578dec70e04cb5ab5 (diff) | |
| parent | cbc41fc54c2e0809e4783fd7fba70b8b11f1002f (diff) | |
| download | rabbitmq-server-git-8ff28b08eab9756cc3d0ea943a5488fd00e10401.tar.gz | |
Merge pull request #1484 from almorelle/patch-2
Quick typo fix in example conf file
| -rw-r--r-- | docs/rabbitmq.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/rabbitmq.conf.example b/docs/rabbitmq.conf.example index fe3f0e0cca..1f956cb4c0 100644 --- a/docs/rabbitmq.conf.example +++ b/docs/rabbitmq.conf.example @@ -684,7 +684,7 @@ ## # log.file.level = info -## File rotation config. No rotation by defualt. +## File rotation config. No rotation by default. ## DO NOT SET rotation date to ''. Leave the value unset if "" is the desired value # log.file.rotation.date = $D0 # log.file.rotation.size = 0 |
