You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2021/08/06 11:48:52 UTC

[whimsy] branch master updated: Obsolete reference

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 677a244  Obsolete reference
677a244 is described below

commit 677a244d7839bffbf4bf96311df5545aac8163a7
Author: Sebb <se...@apache.org>
AuthorDate: Fri Aug 6 12:48:45 2021 +0100

    Obsolete reference
---
 lib/whimsy/logparser.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/whimsy/logparser.rb b/lib/whimsy/logparser.rb
index 9d4d983..0c743be 100755
--- a/lib/whimsy/logparser.rb
+++ b/lib/whimsy/logparser.rb
@@ -10,7 +10,6 @@ require 'zlib'
 # Utility methods to turn server logs into hashes of interesting data
 module LogParser
   extend self
-  # Hardcoded from https://github.com/apache/infrastructure-puppet/blob/deployment/modules/whimsy_server/manifests/init.pp#L200
   ERROR_LOG_DIR = '/srv/whimsy/www/members/log' # generally points to /var/log/apache2
 
   # Constants and ignored regex for whimsy_access logs