mirror of
https://github.com/rasilon/ujetl.git
synced 2026-04-11 10:29:29 +00:00
Fix java version, and logging configs
This commit is contained in:
parent
751aec4b63
commit
07e97398af
5 changed files with 22 additions and 34 deletions
|
|
@ -12,11 +12,11 @@ then
|
|||
exit 2
|
||||
fi
|
||||
|
||||
LOG_PROPS=/etc/ujetl/copying_defaults_log4j.properties
|
||||
if [ -e "/etc/ujetl/${JOBNAME}_log4j.properties" ]
|
||||
LOG_PROPS=/etc/ujetl/copying_defaults_log4j.xml
|
||||
if [ -e "/etc/ujetl/${JOBNAME}_log4j.xml" ]
|
||||
then
|
||||
echo Using log config "/etc/ujetl/${JOBNAME}_log4j.properties"
|
||||
LOG_PROPS="/etc/ujetl/${JOBNAME}_log4j.properties"
|
||||
echo Using log config "/etc/ujetl/${JOBNAME}_log4j.xml"
|
||||
LOG_PROPS="/etc/ujetl/${JOBNAME}_log4j.xml"
|
||||
else
|
||||
echo Using default logging.
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue