Skip to content

Commit

Permalink
Fix for logging changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz Göbelbecker committed Jun 26, 2013
1 parent bd0f30c commit 71684e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boot/functions.sh
Expand Up @@ -133,7 +133,7 @@ function startKernel {
KERNEL_OPTIONS="-c $CONFIGDIR/kernel.cfg --gis.map.dir=$MAP --kernel.logname=$LOGDIR/rescue.log $*"
makeClasspath $BASEDIR/jars $BASEDIR/lib

xterm -T kernel -e "java -Xmx2048m -cp $CP kernel.StartKernel -Dlog4j.log.dir=$LOGDIR $KERNEL_OPTIONS 2>&1 | tee $LOGDIR/kernel-out.log" &
xterm -T kernel -e "java -Xmx2048m -cp $CP -Dlog4j.log.dir=$LOGDIR kernel.StartKernel $KERNEL_OPTIONS 2>&1 | tee $LOGDIR/kernel-out.log" &
PIDS="$PIDS $!"
# Wait for the kernel to start
waitFor $LOGDIR/kernel.log "Listening for connections"
Expand Down
2 changes: 1 addition & 1 deletion supplement/log4j.properties
@@ -1,4 +1,4 @@
log4j.rootLogger=trace, console-warn
log4j.rootLogger=trace, console

log4j.appender.console=org.apache.log4j.ConsoleAppender
log4j.appender.console.layout=org.apache.log4j.PatternLayout
Expand Down

0 comments on commit 71684e6

Please sign in to comment.