set better example values for unicorn stdout/stderr log settings
[ci skip] closes #8058
This commit is contained in:
parent
3856b44c57
commit
36b4076af6
2 changed files with 3 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
# 0.7.13.0
|
# 0.7.13.0
|
||||||
|
|
||||||
## Refactor
|
## Refactor
|
||||||
|
* Set better example values for unicorn stdout/stderr log settings [#8058](https://github.com/diaspora/diaspora/pull/8058)
|
||||||
|
|
||||||
## Bug fixes
|
## Bug fixes
|
||||||
* Fix error while trying to fetch some sites with invalid OpenGraph data [#8049](https://github.com/diaspora/diaspora/pull/8049)
|
* Fix error while trying to fetch some sites with invalid OpenGraph data [#8049](https://github.com/diaspora/diaspora/pull/8049)
|
||||||
|
|
|
||||||
|
|
@ -186,8 +186,8 @@ configuration: ## Section
|
||||||
#rails_environment: 'development'
|
#rails_environment: 'development'
|
||||||
|
|
||||||
## Write unicorn stderr and stdout log.
|
## Write unicorn stderr and stdout log.
|
||||||
#stderr_log: '/usr/local/app/diaspora/log/unicorn-stderr.log'
|
#stderr_log: 'log/unicorn-stderr.log'
|
||||||
#stdout_log: '/usr/local/app/diaspora/log/unicorn-stdout.log'
|
#stdout_log: 'log/unicorn-stdout.log'
|
||||||
|
|
||||||
## Number of Unicorn worker processes (default=2).
|
## Number of Unicorn worker processes (default=2).
|
||||||
## Increase this if you have many users.
|
## Increase this if you have many users.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue