dump all log to /tmp/mojo_facets.log for debug
authorDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 18 Jun 2010 17:29:44 +0000 (19:29 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Fri, 18 Jun 2010 17:29:44 +0000 (19:29 +0200)
run.sh

diff --git a/run.sh b/run.sh
index b749b89..91d2470 100755 (executable)
--- a/run.sh
+++ b/run.sh
@@ -1,3 +1,3 @@
 #!/bin/sh -x
 
-LANG=hr_HR.utf8 ./script/mojo_facets daemon --reload
+LANG=hr_HR.utf8 ./script/mojo_facets daemon --reload 2>&1 | tee /tmp/mojo_facets.log