Skip to content

Commit

Permalink
reduce amount of logging
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-hoffman committed Aug 19, 2015
1 parent 763e9c5 commit 1afb6a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ResearchManagementSystem/logging.properties
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ java.util.logging.FileHandler.pattern = ResearchManagementSystem_null_log%g.xml

# Default is INFO
# Set this to FINER to log method entry/exit
rms.level = FINER
rms.level = INFO
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ public void propertyChange(PropertyChangeEvent e) {
}
});

thisLog.log(Level.CONFIG, "undo/redo functionality added to {0}", component);
thisLog.log(Level.FINE, "undo/redo functionality added to {0}", component);
}
}

0 comments on commit 1afb6a9

Please sign in to comment.