added comment describing log category configuration syntax

This commit is contained in:
Eugene Zhuravlev
2018-09-17 14:47:54 +02:00
parent d9f281fe21
commit d037149b71
@@ -1,4 +1,8 @@
log4j.rootLogger=info, file
# To configure logging level for certain log category use the following syntax:
# log4j.logger.<log-category-name>={debug|info}
# Example:
#log4j.logger.org.jetbrains.jps=debug
#log4j.logger.#org.jetbrains.jps=debug