mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-26 06:50:09 +03:00
mad debug now appends to log file
git-svn-id: http://svn.opennebula.org/one/trunk@260 3034c82b-c49b-4eb3-8279-a7acafdc01c0
This commit is contained in:
parent
27183054c9
commit
f2d3180b15
@ -45,7 +45,7 @@ function execute_mad
|
||||
fi
|
||||
|
||||
if [ -n "${ONE_MAD_DEBUG}" ]; then
|
||||
exec nice -n $PRIORITY bin/$MAD_FILE.rb $* 2> var/$LOG_FILE.log
|
||||
exec nice -n $PRIORITY bin/$MAD_FILE.rb $* 2>> var/$LOG_FILE.log
|
||||
else
|
||||
exec nice -n $PRIORITY bin/$MAD_FILE.rb $* 2> /dev/null
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user