Skip to content

Commit

Permalink
Restored default conf/logging.properties to default log levels.
Browse files Browse the repository at this point in the history
  • Loading branch information
v-arun committed Nov 20, 2023
1 parent 6acb024 commit 35369aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/logging.properties
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.level=INFO
handlers= java.util.logging.ConsoleHandler, java.util.logging.FileHandler
java.util.logging.ConsoleHandler.level = WARNING
java.util.logging.FileHandler.level=FINE
java.util.logging.FileHandler.level=INFO
java.util.logging.FileHandler.pattern = ./output/gigapaxos.log
edu.umass.cs.reconfiguration.ReconfigurationConfig.level=FINEST
edu.umass.cs.reconfiguration.ReconfigurationConfig.level=FINE
#edu.umass.cs.gigapaxos.PaxosConfig.level=FINEST
#edu.umass.cs.nio.NIOTransport.level=FINEST
#java.util.logging.FileHandler.limit = 6400000
Expand Down

0 comments on commit 35369aa

Please sign in to comment.