[
https://issues.apache.org/jira/browse/METRON-1209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16188058#comment-16188058
]
ASF GitHub Bot commented on METRON-1209:
----------------------------------------
Github user cestella commented on the issue:
https://github.com/apache/metron/pull/772
Oh, sorry, forgot to respond here @ottobackwards You can test it by passing
in a log4j properties (let's say something that turns on DEBUG logging) file
via -l and ensure that the REPL shows debug logging.
Perhaps something like:
```
log4j.rootLogger=DEBUG,stdout
log4j.threshhold=ALL
log4j.appender.stdout=org.apache.log4j.ConsoleAppender
log4j.appender.stdout.layout=org.apache.log4j.PatternLayout
log4j.appender.stdout.layout.ConversionPattern=%d{ISO8601} %-5p [%t] %c{2}
(%F:%M(%L)) - %m%n
log4j.appender.stdout.filter.1=org.apache.log4j.varia.StringMatchFilter
log4j.appender.stdout.filter.1.StringToMatch=ExpiredTokenRemover
log4j.appender.stdout.filter.1.AcceptOnMatch=false
log4j.appender.stdout.filter.2=org.apache.log4j.varia.StringMatchFilter
log4j.appender.stdout.filter.2.StringToMatch=interrupted
log4j.appender.stdout.filter.2.AcceptOnMatch=false
```
> Make stellar repl take logging properties, like other CLI apps in metron
> ------------------------------------------------------------------------
>
> Key: METRON-1209
> URL: https://issues.apache.org/jira/browse/METRON-1209
> Project: Metron
> Issue Type: Improvement
> Reporter: Casey Stella
>
> Right now we don't have an ability to specify the logging settings. We
> should make the REPL work just like the flat file loader or the MaaS CLI.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)