/hazelcast-hibernate/src/test/resources/logging.properties

https://bitbucket.org/gabral6_gmailcom/hazelcast · Properties File · 40 lines · 4 code · 7 blank · 29 comment · 0 complexity · 913e03e5b73acf4085649f658e23ad32 MD5 · raw file

  1. #
  2. # Copyright (c) 2008-2013, Hazelcast, Inc. All Rights Reserved.
  3. #
  4. # Licensed under the Apache License, Version 2.0 (the "License");
  5. # you may not use this file except in compliance with the License.
  6. # You may obtain a copy of the License at
  7. #
  8. # http://www.apache.org/licenses/LICENSE-2.0
  9. #
  10. # Unless required by applicable law or agreed to in writing, software
  11. # distributed under the License is distributed on an "AS IS" BASIS,
  12. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. # See the License for the specific language governing permissions and
  14. # limitations under the License.
  15. #
  16. # Specify the handlers to create in the root logger
  17. # (all loggers are children of the root logger)
  18. # The following creates two handlers
  19. #handlers = java.util.logging.ConsoleHandler, java.util.logging.FileHandler
  20. handlers = java.util.logging.ConsoleHandler
  21. #handlers = java.util.logging.FileHandler
  22. # Set the default logging level for the root logger
  23. .level = INFO
  24. # Set the default logging level for new ConsoleHandler instances
  25. java.util.logging.ConsoleHandler.level = INFO
  26. # Set the default logging level for new FileHandler instances
  27. #java.util.logging.FileHandler.level = INFO
  28. # Set the default formatter for new ConsoleHandler instances
  29. #java.util.logging.ConsoleHandler.formatter = com.hazelcast.impl.LogFormatter
  30. #java.util.logging.FileHandler.formatter = com.hazelcast.impl.LogFormatter
  31. #java.util.logging.FileHandler.pattern = ./hazelcast%u.log
  32. # Set the default logging level for the logger named com.hazelcast
  33. com.hazelcast.level = FINEST