rozagerardo 2449866727 BAEL-2131 disable logging in console (#5103)
* * first approach dividing spring-boot-logging into modules

* * first approach dividing spring-boot-logging into modules

* * modularized spring-boot-logging-log4j2 module
* existing example as module
* created module for new examples of "disabling console output" article

* * removed name from poms
* removed logback-properties submodule
* added comment about logback properties in logback module

* fixed comment typo

* removed one last name tag
2018-09-04 22:18:02 -05:00

4 lines
167 B
INI

handlers= java.util.logging.FileHandler
java.util.logging.FileHandler.pattern=baeldung.log
java.util.logging.FileHandler.formatter = java.util.logging.SimpleFormatter