Fixing typo in error handling documentation (s/changes are/chances are/)
This commit is contained in:
parent
1ffa295d93
commit
f904ef27d3
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ If the application runs in production mode (which it will do on your
|
||||||
server) you won't see any log messages by default. Why that? Flask tries
|
server) you won't see any log messages by default. Why that? Flask tries
|
||||||
to be a zero-configuration framework and where should it drop the logs for
|
to be a zero-configuration framework and where should it drop the logs for
|
||||||
you if there is no configuration. Guessing is not a good idea because
|
you if there is no configuration. Guessing is not a good idea because
|
||||||
changes are, the place it guessed is not the place where the user has the
|
chances are, the place it guessed is not the place where the user has the
|
||||||
permission to create a logfile. Also, for most small applications nobody
|
permission to create a logfile. Also, for most small applications nobody
|
||||||
will look at the logs anyways.
|
will look at the logs anyways.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue