From 36b4076af6239d01eda2a446f5a3b8c64b49aa93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 19 Sep 2019 18:00:00 +0200 Subject: [PATCH] set better example values for unicorn stdout/stderr log settings [ci skip] closes #8058 --- Changelog.md | 1 + config/diaspora.yml.example | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 8b37f409b..4389a0089 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,6 +1,7 @@ # 0.7.13.0 ## Refactor +* Set better example values for unicorn stdout/stderr log settings [#8058](https://github.com/diaspora/diaspora/pull/8058) ## Bug fixes * Fix error while trying to fetch some sites with invalid OpenGraph data [#8049](https://github.com/diaspora/diaspora/pull/8049) diff --git a/config/diaspora.yml.example b/config/diaspora.yml.example index 8c1b54615..c2a47b001 100644 --- a/config/diaspora.yml.example +++ b/config/diaspora.yml.example @@ -186,8 +186,8 @@ configuration: ## Section #rails_environment: 'development' ## Write unicorn stderr and stdout log. - #stderr_log: '/usr/local/app/diaspora/log/unicorn-stderr.log' - #stdout_log: '/usr/local/app/diaspora/log/unicorn-stdout.log' + #stderr_log: 'log/unicorn-stderr.log' + #stdout_log: 'log/unicorn-stdout.log' ## Number of Unicorn worker processes (default=2). ## Increase this if you have many users.