You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2012/12/13 20:21:44 UTC

git commit: [#5127] change taskdstatus log file to be local dir, instead of assuming some dir exists

Updated Branches:
  refs/heads/master c09d674fb -> 356f9c6a6


[#5127] change taskdstatus log file to be local dir, instead of assuming some dir exists


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/356f9c6a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/356f9c6a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/356f9c6a

Branch: refs/heads/master
Commit: 356f9c6a62d2e706f80e5e61122af559b22a8d3c
Parents: c09d674
Author: Dave Brondsema <db...@geek.net>
Authored: Thu Dec 13 19:21:35 2012 +0000
Committer: Dave Brondsema <db...@geek.net>
Committed: Thu Dec 13 19:21:35 2012 +0000

----------------------------------------------------------------------
 Allura/development.ini |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/356f9c6a/Allura/development.ini
----------------------------------------------------------------------
diff --git a/Allura/development.ini b/Allura/development.ini
index 433dc82..501f8a9 100644
--- a/Allura/development.ini
+++ b/Allura/development.ini
@@ -314,7 +314,7 @@ formatter = stats
 
 [handler_taskdstatus]
 class = handlers.WatchedFileHandler
-args = ('/var/log/allura/taskd_status.log', 'a')
+args = ('taskd_status.log', 'a')
 level = NOTSET
 formatter = generic