Skip to content
This repository was archived by the owner on Aug 29, 2018. It is now read-only.

Commit 5754c02

Browse files
author
OpenShift Bot
committed
Merge pull request #6381 from sferich888/cron_syslog
Merged by openshift-bot
2 parents 48126b7 + 96ab0c0 commit 5754c02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cartridges/openshift-origin-cartridge-cron/bin/cron_runjobs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ CART_CONF_DIR=$OPENSHIFT_CRON_DIR/configuration
3737
function log_message() {
3838
msg=${1-""}
3939
[ -z "$msg" ] && return 0
40-
logger -i -s "user-cron-jobs" -p user.info "`date`: $msg"
40+
logger -i -s "user-cron-jobs" -p user.info -t "cron_sys_log:" "`date`: $msg"
4141
}
4242

4343
# Ensure arguments.

0 commit comments

Comments
 (0)