[DRE-commits] [gitlab-shell] 01/01: move log to /var/log
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Fri Jan 22 05:22:00 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository gitlab-shell.
commit 6faa90557d5f4608a3a06fda41ece25510ca51e6
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Fri Jan 22 10:44:35 2016 +0530
move log to /var/log
---
debian/changelog | 6 ++++++
debian/config.yml | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index c935bcc..e02b1c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gitlab-shell (2.6.10-2) UNRELEASED; urgency=medium
+
+ * Move log file to /var/log/gitlab-shell
+
+ -- Pirate Praveen <praveen at debian.org> Fri, 22 Jan 2016 10:44:02 +0530
+
gitlab-shell (2.6.10-1) unstable; urgency=medium
* New upstream release
diff --git a/debian/config.yml b/debian/config.yml
index b072169..a992451 100644
--- a/debian/config.yml
+++ b/debian/config.yml
@@ -46,7 +46,7 @@ redis:
# Log file.
# Default is gitlab-shell.log in the root directory.
-# log_file: "/home/git/gitlab-shell/gitlab-shell.log"
+log_file: "/var/log/gitlab-shell/gitlab-shell.log"
# Log level. INFO by default
log_level: INFO
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gitlab-shell.git
More information about the Pkg-ruby-extras-commits
mailing list