update logging, Remove the comments

This commit is contained in:
suoning 2017-05-15 13:59:03 +08:00
parent 68d4bb6ffe
commit dddce3f30d

View File

@ -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