Skip to content

Commit

Permalink
Merge branch 'master' into 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
untergeek committed Apr 22, 2016
2 parents 5a6e5bb + 8b966ee commit 9f54de7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion curator/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '4.0.0a2'
__version__ = '4.0.0a3'
2 changes: 1 addition & 1 deletion docs/Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Changelog
=========

4.0.0a1 (21 Apr 2016)
4.0.0a3 (21 Apr 2016)
---------------------

It's time for Curator 4.0 alpha 1!
Expand Down
9 changes: 5 additions & 4 deletions docs/asciidoc/configuration.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ The default value is `False`.
[[loglevel]]
=== loglevel

This should be `CRIT`, `WARN`, `INFO`, `DEBUG`, or left empty.
This should be `CRITICAL`, `ERROR`, `WARNING`, `INFO`, `DEBUG`, or left empty.

[source,sh]
-----------
Expand All @@ -415,9 +415,10 @@ loglevel:

Set the minimum acceptable log severity to display.

* `CRIT` will only display critical messages.
* `WARN` will display warning and critical messages.
* `INFO` will display informational, warning, and critical messages.
* `CRITICAL` will only display critical messages.
* `ERROR` will only display error and critical messages.
* `WARN` will display error, warning, and critical messages.
* `INFO` will display informational, error, warning, and critical messages.
* `DEBUG` will display debug messages, in addition to all of the above.

The default value is `INFO`.
Expand Down

0 comments on commit 9f54de7

Please sign in to comment.