summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@open-infrastructure.net>2016-12-20 17:37:12 +0000
committerDaniel Baumann <daniel.baumann@open-infrastructure.net>2017-01-28 21:30:57 +0000
commit7e5b3d5c611813155b9a04e4d50a1bde9ee6268c (patch)
treebd7077c9ac262bc87d0b4a06c716d9b3095e8f09 /bin
parentPreparing common hooks. (diff)
downloadcompute-tools-7e5b3d5c611813155b9a04e4d50a1bde9ee6268c.tar.xz
compute-tools-7e5b3d5c611813155b9a04e4d50a1bde9ee6268c.zip
Moving logfile notification from container program to hook.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'bin')
-rwxr-xr-xbin/container3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/container b/bin/container
index 805dba6..0a6b7e3 100755
--- a/bin/container
+++ b/bin/container
@@ -68,9 +68,6 @@ else
DATE="$(date +%Y-%m-%d\ %H:%M:%S)"
HOST="$(hostname -f)"
- # logfile
- echo "${DATE} ${HOST} ${USER} ${PROGRAM} ${COMMAND} ${OPTIONS}" >> "/var/log/${SOFTWARE}/${PROGRAM}.log"
-
# irc
if [ -e /usr/bin/irk ] && [ -e "/etc/default/${SOFTWARE}" ]
then