Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Update chapter-03.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
nicozanf authored and mdipierro committed Jan 11, 2022
1 parent ec8011c commit f9a948e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/chapter-03.rst
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ The default web server used is currently rocketServer, but you can change this b
`Rocket3 <https://github.com/web2py/rocket3>`__ is the multi-threaded web server used by web2py stripped of all the
Python2 logic and dependencies.

The logging_level values are defined in the **logging** standard python module. The default value is 30 (that correspond
The logging_level values are defined in the **logging** standard python module. The default value is 30 (it corresponds
to WARNING). Other common values are 0 (NOTSET), 10 (DEBUG), 20 (INFO), 40 (ERROR) and 50 (CRITICAL).
Using them, you’re telling the library you want to handle all events from that level on up.

Expand Down

0 comments on commit f9a948e

Please sign in to comment.