From 0abaa1e852165a7322b727fc952503cf962970ff Mon Sep 17 00:00:00 2001 From: Matthias Jaros Date: Mon, 3 Aug 2026 14:59:48 +0200 Subject: Log to stdout using logfile and tail -f. So everything is together in docker log visible --- src/git-run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/git-run') diff --git a/src/git-run b/src/git-run index 7d70ef8..2b062e8 100755 --- a/src/git-run +++ b/src/git-run @@ -14,7 +14,7 @@ set currentUser (whoami) ### function log --on-event log - echo "$(date -Is): $argv[1..2] user=$currentUser $argv[3..] ip=$SSH_CONNECTION" >> $_LOG + echo "$argv[1..2] user=$currentUser $argv[3..] ip=$SSH_CONNECTION" >> $_LOG end function parseCommand -- cgit v1.3.1