[ 
https://issues.apache.org/jira/browse/FINERACT-888?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17111910#comment-17111910
 ] 

Michael Vorburger commented on FINERACT-888:
--------------------------------------------

So apparently Spring Boot comes with a neat default out-of-the-box Logback 
config... with colours?!? Whoa.

How about we just completely ditch our custom logback.xml? I can try this out 
this weekend, unless someone else want to try before me (please go for it).

> Fineract Docker Container should only log to STDOUT, not fineract-platform.log
> ------------------------------------------------------------------------------
>
>                 Key: FINERACT-888
>                 URL: https://issues.apache.org/jira/browse/FINERACT-888
>             Project: Apache Fineract
>          Issue Type: Improvement
>            Reporter: Michael Vorburger
>            Priority: Major
>              Labels: kubernetes
>
> Fineract's default logging configuration, in 
> https://github.com/apache/fineract/blob/develop/fineract-provider/src/main/resources/logback.xml,
>  logs both to STDOUT (ConsoleAppender) as well as to 
> ${catalina.base}/logs/fineract-platform.log with FileAppender.
> This makes sense for a standalone ZIP distribution (e.g. for 
> http://fineract.apache.org), but for the ("Docker") Container image, we 
> should only to STDOUT instead of filling up a file inside the container.
> Add another logback.xml and COPY that over the default one in the Dockerfile.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to