You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2021/04/29 05:23:11 UTC

[james-project] 02/10: JAMES-3261 Add logback to the memory server command line

This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 5c627cc141476c0d2e99e210ba304febbb00eb06
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Sat Apr 17 14:46:05 2021 +0700

    JAMES-3261 Add logback to the memory server command line
---
 server/container/guice/memory-guice/README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/container/guice/memory-guice/README.adoc b/server/container/guice/memory-guice/README.adoc
index 220986b..94fdbb4 100644
--- a/server/container/guice/memory-guice/README.adoc
+++ b/server/container/guice/memory-guice/README.adoc
@@ -23,7 +23,7 @@ Once everything is set up, you just have to run the jar with:
 
 [source]
 ----
-$ java -Dworking.directory=. -jar james-server-memory-guice.jar
+$ java -Dworking.directory=. -Dlogback.configurationFile=conf/logback.xml -jar james-server-memory-guice.jar
 ----
 
 Note that binding ports below 1024 requires administrative rights.
\ No newline at end of file

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org