update logging, Remove the comments
This commit is contained in:
parent
68d4bb6ffe
commit
dddce3f30d
|
@ -26,8 +26,6 @@ if __name__ == "__main__":
|
||||||
app.run(log_config=LOGGING)
|
app.run(log_config=LOGGING)
|
||||||
```
|
```
|
||||||
|
|
||||||
After the program starts, it will log down all the information/requests in access.log and error.log in your working directory.
|
|
||||||
|
|
||||||
And to close logging, simply assign log_config=None:
|
And to close logging, simply assign log_config=None:
|
||||||
|
|
||||||
```python
|
```python
|
||||||
|
|
Loading…
Reference in New Issue
Block a user