Skip to content

Commit

Permalink
set debug logging off
Browse files Browse the repository at this point in the history
  • Loading branch information
EvenSol committed Jul 25, 2023
1 parent 41a6730 commit aeb7011
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion log4j2.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ appender.console.name = STDOUT
appender.console.layout.type = PatternLayout
appender.console.layout.pattern = %d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n

rootLogger.level = ALL
rootLogger.level = OFF
rootLogger.appenderRefs = stdout
rootLogger.appenderRef.stdout.ref = STDOUT
4 changes: 2 additions & 2 deletions src/main/java/neqsim/log4j2.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name = PropertiesConfig
filters = threshold

filter.threshold.type = ThresholdFilter
filter.threshold.level = ALL
filter.threshold.level = DEBUG

appenders = console

Expand All @@ -15,6 +15,6 @@ appender.console.layout.pattern = %d{yyyy-MM-dd HH:mm:ss} %-5p %c{1}:%L - %m%n


# Define the root logger with appender file - see https://www.tutorialspoint.com/log4j/log4j_logging_levels.htm
rootLogger.level = ALL
rootLogger.level = OFF
rootLogger.appenderRefs = stdout
rootLogger.appenderRef.stdout.ref = STDOUT

0 comments on commit aeb7011

Please sign in to comment.