From 400b5951ffebc669cccc6081442a2742587a0bfe Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Wed, 2 Oct 2013 18:41:32 +0100 Subject: Add syslogging to gitano-update-ssh --- bin/gitano-update-ssh.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin') diff --git a/bin/gitano-update-ssh.in b/bin/gitano-update-ssh.in index ecf51a9..798296f 100644 --- a/bin/gitano-update-ssh.in +++ b/bin/gitano-update-ssh.in @@ -23,6 +23,7 @@ local repo_root = ... gitano.config.repo_path(repo_root) gitano.log.bump_level(gitano.log.level.CHAT) +gitano.log.syslog.open() -- Now load the administration data @@ -49,4 +50,6 @@ end gitano.config.writessh(config) +gitano.log.syslog.close() + return 0 -- cgit v1.2.1