mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
added comment describing log category configuration syntax
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user