Skip to content
Snippets Groups Projects
Commit 9b0c86ef authored by Arno Schoenmakers's avatar Arno Schoenmakers
Browse files

TAsk #6921: Add username to swlevel logging

parent a7d1755e
No related branches found
No related tags found
No related merge requests found
......@@ -780,5 +780,5 @@ fi
# save for later
echo $level > /tmp/level.admin
date=`date +%Y-%m-%d\ %H:%M:%S`
echo [${date}]:$0 $* >> ${LOGDIR}/swlevel.log
echo [${date}]:${USER}:$0 $* >> ${LOGDIR}/swlevel.log
exit $level
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment