diff options
| author | iwakeh <iwakeh@torproject.org> | 2018-02-26 15:24:50 +0000 |
|---|---|---|
| committer | iwakeh <iwakeh@torproject.org> | 2018-02-26 15:24:50 +0000 |
| commit | 190d90a800394cbe7e494b486e6ac7eac7377783 (patch) | |
| tree | 365ce48f9b5a76e52c15b9870fa4e8f68ad3b7c1 | |
| parent | ef1dfb6d32d5bb42a95052cd44790b6c586f38c9 (diff) | |
Describe file protocol for Tor web server logs.task-20234
Part of task-20234.
| -rw-r--r-- | src/main/resources/docs/PROTOCOL | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/main/resources/docs/PROTOCOL b/src/main/resources/docs/PROTOCOL index 0949f3e..c84c286 100644 --- a/src/main/resources/docs/PROTOCOL +++ b/src/main/resources/docs/PROTOCOL @@ -235,6 +235,11 @@ are derived from the valid-after dates of the referencing microdesc consensus. +4.4 'webstats' below 'recent' + + 'webstats' contains compressed log files named according to + the 'Tor web server logs' specification, section 4.3 [0]. + 5.0 The Tar-ball's Directory Structure and the Internal Structure The 'out' directory is the internal storage that is used for @@ -381,4 +386,12 @@ and below the subdirectories of 'micro' and 'consensus-microdescs'. +5.4 'webstats' below 'out' + + 'webstats' contains compressed log files structured and named according + to the 'Tor web server logs' specification, section 4.3 [0]. + +A.0 Appendix +A.1 References +[0] https://metrics.torproject.org/web-server-logs.html#n-re-assembling-log-files |
