Closed jeffpeiyt closed 8 years ago
Hi Klopik,
This is Jeff, author of Parallec.io. Thanks for using this and give this feedback. Feel free to use the github submit issues when you need more help. I created one : https://github.com/eBay/parallec/issues/20 to track this to add more documentation to make this more clear
please simply put your own logback.xml to src/main/resources in your app. This will overwrite the setting definted in parallec. you may remove <appender-ref ref="STDOUT" />
(or change anyway you like) ; this will overwrite ( just tested with parallec.sample-applications; it remove most parallec logs to console)
<root level="INFO">
<appender-ref ref="STDOUT" />
<appender-ref ref="FILE" />
</root>
Sorry I do not write Russian. Feel free to use google or any translate for this. Hope this helps! Thanks,
Jeff
add more to http://www.parallec.io/docs/configurations/#reduce-verbose-logs
Original question: http://www.cyberforum.ru/java-j2se/thread1591264.html