Commit b31cdb94 authored by Vanessa's avatar Vanessa

c

parent 73f2f205
......@@ -341,7 +341,7 @@ public final class LoginProcessor {
if (userPassword.equals(hashPassword)) {
Sessions.login(request, response, user);
LOGGER.log(Level.INFO, "Logged in with cookie[email={0}]", userEmail);
LOGGER.log(Level.FINER, "Logged in with cookie[email={0}]", userEmail);
}
}
} catch (final Exception e) {
......
......@@ -20,7 +20,7 @@
# <system-properties>
# <property name="java.util.logging.config.file" value="WEB-INF/classes/logging.properties"/>
# </system-properties>
# Version: 1.0.2.0, Aug 27, 2012
# Version: 1.0.2.1, Jun 4, 2013
# Author: Liang Ding
#
......@@ -30,9 +30,10 @@ handlers=java.util.logging.ConsoleHandler
#java.util.logging.ConsoleHandler.formatter=org.b3log.latke.logging.LatkeFormatter
#org.b3log.latke.logging.LatkeFormatter.format=%L: %m [%C.%M]
org.b3log.solo.level=FINEST
org.b3log.latke.level=WARNING
org.b3log.solo.level=INFO
org.b3log.latke.level=WARNING
org.b3log.latke.util.freemarker.Templates.level=SEVERE
org.b3log.latke.cache.level=WARNING
org.b3log.latke.repository.jdbc.level=WARNING
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment