Skip to content

Commit

Permalink
Improve docs on logging levels
Browse files Browse the repository at this point in the history
  • Loading branch information
dcramer committed Aug 31, 2012
1 parent 26e8cca commit 71d3069
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/developer/client/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,17 +173,25 @@ The following attributes are required for all events:

The record severity.

Defaults to ``logging.ERROR``.
Defaults to ``error``.

The value can either be the integer value or the string label
as specified in ``SENTRY_LOG_LEVELS``.

::

{
"level": "warn"
"level": "warning"
}

Acceptable values are:

* fatal
* error
* warning
* info
* debug

.. data:: logger

The name of the logger which created the record.
Expand Down

0 comments on commit 71d3069

Please sign in to comment.