diff --git a/files/tal/on_update.sh b/files/tal/on_update.sh
index 4c364f7e69ef4e32e8e09174334a1bad7eba74e7..5108f56ba15ee3d4fd42bd249d68c0acfc3a88c7 100644
--- a/files/tal/on_update.sh
+++ b/files/tal/on_update.sh
@@ -2,7 +2,7 @@
 
 if [[ $# -gt 0 ]]
 then
-    /home/examadm/tal-cli/on_update.sh | tee /home/examadm/tal-cli/log
+    /home/examadm/tal-cli/on_update.sh 2>&1 | tee /home/examadm/tal-cli/log
     exit $?
 fi