diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-10-13 12:17:45 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-10-13 12:17:45 +0000 |
commit | ff9c276c144bc24c70f1d5b531a8fd412c34c3d9 (patch) | |
tree | 428e16ebf99802946e230853c76b2ae3b407c87b /examples | |
parent | 8179edd85cd504058ec7c569ef87eebf5979646e (diff) | |
download | tipidee-ff9c276c144bc24c70f1d5b531a8fd412c34c3d9.tar.xz |
Improved logging system
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'examples')
-rw-r--r-- | examples/tipidee.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/tipidee.conf b/examples/tipidee.conf index 705b88c..a451906 100644 --- a/examples/tipidee.conf +++ b/examples/tipidee.conf @@ -31,6 +31,10 @@ # existing file in this list. (Useful e.g. if you have an index.cgi program.) # global index_file index.html +# tipidee, by default, will log basic information on the requests, +# and the status and Content-Length of its answers. +# log request answer answer_size + # You can define your own Content-Type mappings by file extension. # The default mappings should work well for most servers. # content-type text/html .html .htm |