commit 190d90a800394cbe7e494b486e6ac7eac7377783 Author: iwakeh iwakeh@torproject.org Date: Mon Feb 26 15:24:50 2018 +0000
Describe file protocol for Tor web server logs.
Part of task-20234. --- src/main/resources/docs/PROTOCOL | 13 +++++++++++++ 1 file changed, 13 insertions(+)
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-file...