Skip to content

Commit

Permalink
Clarify remark about default LOG_LEVEL
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Scavo authored May 2, 2017
1 parent 394209c commit 645ab1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Various log levels are supported:
| ERROR | 1 |
| FATAL | 0 |

The default logging level is INFO.
The default logging level is INFO (i.e., if you do not explicitly set the `LOG_LEVEL` environment variable, the value `LOG_LEVEL=3` is assumed by default).

Next we define a couple of HTTP resources and a cache:

Expand Down

0 comments on commit 645ab1d

Please sign in to comment.