Merge pull request #774 from algtmatt/feature/logging_doc_fixes
Small logging docs fixes
This commit is contained in:
commit
639c9f579d
|
@ -1,11 +1,11 @@
|
||||||
# Logging
|
# Logging
|
||||||
|
|
||||||
|
|
||||||
Sanic allows you to do different types of logging (access log, error log) on the requests based on the [python3 logging API](https://docs.python.org/3/howto/logging.html). You should have some basic knowledge on python3 logging if you want do create a new configuration.
|
Sanic allows you to do different types of logging (access log, error log) on the requests based on the [python3 logging API](https://docs.python.org/3/howto/logging.html). You should have some basic knowledge on python3 logging if you want to create a new configuration.
|
||||||
|
|
||||||
### Quck Start
|
### Quick Start
|
||||||
|
|
||||||
A simple example using default setting would be like this:
|
A simple example using default settings would be like this:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
from sanic import Sanic
|
from sanic import Sanic
|
||||||
|
|
Loading…
Reference in New Issue
Block a user