Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Properties file which configures the operation of the JDK
- # logging facility in Quantemol-N.
- # {0} is replaced with Application Directory (location of Quantemol.jar)
- handlers=java.util.logging.FileHandler, java.util.logging.ConsoleHandler
- # --- ConsoleHandler ---
- java.util.logging.ConsoleHandler.level=INFO
- java.util.logging.ConsoleHandler.formatter=java.util.logging.SimpleFormatter
- # --- FileHandler ---
- java.util.logging.FileHandler.level=ALL
- java.util.logging.FileHandler.formatter=java.util.logging.SimpleFormatter
- # Naming style for the output file:
- java.util.logging.FileHandler.pattern={0}/qnlog%g.txt
- # Limiting size of output file in bytes:
- java.util.logging.FileHandler.limit=50000
- # Number of output files to cycle through, by appending an
- # integer to the base file name:
- java.util.logging.FileHandler.count=5
Advertisement
Add Comment
Please, Sign In to add comment