What filter should i use, to define particular level to be logged with apender? For example:
java:
LOGGER.debug(\"Debug message\"); LOGGER.info(\"Inf
Please check all log4j2 filtering possibilities at https://logging.apache.org/log4j/2.0/manual/filters.html
Sample configuration fragment
... [%d][%p][%c:%L:%M] - %m%n ...