rvey.service-survey.14.source-code.logging.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of service-survey Show documentation
Show all versions of service-survey Show documentation
Pocket Survey implements a survey service with persistence, business logic and REST-JSON API
The newest version!
# A default java.util.logging configuration.
# (All App Engine logging is through java.util.logging by default).
#
# To use this configuration, copy it into your application's WEB-INF
# folder and add the following to your appengine-web.xml:
#
#
#
#
#
# Set the default logging level for all loggers to WARNING
.level = WARNING
# Set logging level for our classes
com.goldengekko.level = ${logging.level}
# Set logging level for oauth-gae classes
com.wadpam.level = ${logging.level}
# Set logging level for mardao classes
net.sf.mardao.level = ${logging.level}
# Set logging level for spring security
org.springframework.web.servlet.level = ${logging.level}
# Set logging level for spring security
org.springframework.security.level = ${logging.level}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy