You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by cu...@apache.org on 2019/05/04 14:10:29 UTC

[whimsy] branch master updated: Add a few more apps/dirs to track separately

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

curcuru 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 dab4eca  Add a few more apps/dirs to track separately
dab4eca is described below

commit dab4eca326f605cb3ec30bab8e5d78780f68e57b
Author: Shane Curcuru <as...@shanecurcuru.org>
AuthorDate: Sat May 4 10:10:21 2019 -0400

    Add a few more apps/dirs to track separately
---
 lib/whimsy/logparser.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/whimsy/logparser.rb b/lib/whimsy/logparser.rb
index a538dfe..471e9aa 100755
--- a/lib/whimsy/logparser.rb
+++ b/lib/whimsy/logparser.rb
@@ -13,7 +13,7 @@ module LogParser
   ERROR_LOG_DIR = '/srv/whimsy/www/members/log'
   
   # Constants and ignored regex for whimsy_access logs
-  WHIMSY_APPS = %w(status roster board public secretary)
+  WHIMSY_APPS = %w(roster board public secretary site.cgi pods.cgi foundation/orgchart status)
   RUSER = 'remote_user'
   REFERER = 'referer'
   REMAINDER = 'remainder'