diff options
| author | Drew DeVault <sir@cmpwn.com> | 2020-09-26 17:02:06 -0400 |
|---|---|---|
| committer | Drew DeVault <sir@cmpwn.com> | 2020-09-26 17:02:06 -0400 |
| commit | 814a6e7657b6db75656c3165568bc8069b94d04f (patch) | |
| tree | 9a4a00d6bcee8a493cdf4ae2ef7719c8969cf97f /doc/gmnisrv.scd | |
| parent | c601583f7d729789e817ce085793ac5f7493b52e (diff) | |
| download | gmnisrv-814a6e7657b6db75656c3165568bc8069b94d04f.tar.gz gmnisrv-814a6e7657b6db75656c3165568bc8069b94d04f.tar.xz gmnisrv-814a6e7657b6db75656c3165568bc8069b94d04f.zip | |
Document (and tweak) log format
Diffstat (limited to 'doc/gmnisrv.scd')
| -rw-r--r-- | doc/gmnisrv.scd | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/gmnisrv.scd b/doc/gmnisrv.scd index 80de229..042deb3 100644 --- a/doc/gmnisrv.scd +++ b/doc/gmnisrv.scd @@ -20,6 +20,20 @@ provides the -C flag. *-C* _path_ Specifies an alternate path to read the config file from. +# LOG FORMAT + +Server diagnostics and client errors are printed to *stderr* in an unspecified +format. Nominal client logging is printed to *stdout*, with each of the +following fields in order, separated by whitespace: + +- Client IP +- Request hostname +- Request path +- Service time +- Response body size in bytes +- Response status +- Response meta + # SEE ALSO *gmnisrv.ini*(5) |
