[
https://issues.apache.org/jira/browse/COUCHDB-2384?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15347409#comment-15347409
]
ILYA commented on COUCHDB-2384:
-------------------------------
This is how to fix it.
diff --git a/rel/overlay/bin/couchdb b/rel/overlay/bin/couchdb
index a816715..f64bd44 100755
--- a/rel/overlay/bin/couchdb
+++ b/rel/overlay/bin/couchdb
@@ -27,4 +27,5 @@ export EMU=beam
export PROGNAME=`echo $0 | sed 's/.*\///'`
exec $BINDIR/erlexec -boot $ROOTDIR/releases/$APP_VSN/couchdb \
- -args_file $ROOTDIR/etc/vm.args
+ -args_file $ROOTDIR/etc/vm.args \
+ -config $ROOTDIR/releases/$APP_VSN/sys.config
Should I issue a PR against master or no-make-install
> Provide configuration options for lager
> ---------------------------------------
>
> Key: COUCHDB-2384
> URL: https://issues.apache.org/jira/browse/COUCHDB-2384
> Project: CouchDB
> Issue Type: Improvement
> Components: Logging
> Reporter: Alexander Shorin
> Priority: Blocker
> Labels: needs-pr, regression
> Fix For: 2.0.0
>
>
> Yay! We have logging driven by lager now, but there is no way for users to
> configure it via ini files.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)