-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathlogging.properties
22 lines (19 loc) · 1.12 KB
/
logging.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
######################################
# Generic java logging
######################################
handlers=java.util.logging.ConsoleHandler,java.util.logging.FileHandler
java.util.logging.FileHandler.level=INFO
java.util.logging.FileHandler.formatter=edu.washington.cs.oneswarm.community2.utils.ConciseLogFormatter
java.util.logging.FileHandler.limit=10485760
java.util.logging.FileHandler.count=10
java.util.logging.FileHandler.pattern=cserver.log.%u.%g
java.util.logging.FileHandler.append=true
java.util.logging.ConsoleHandler.formatter=edu.washington.cs.oneswarm.community2.utils.ConciseLogFormatter
java.util.logging.ConsoleHandler.level=INFO
edu.washington.cs.oneswarm.community2.level=INFO
edu.washington.cs.oneswarm.community2.server.KeyRegistrationServlet.level=INFO
edu.washington.cs.oneswarm.community2.server.SwarmPublishServlet.level=INFO
edu.washington.cs.oneswarm.community2.server.UpdatePreviewServlet.level=INFO
edu.washington.cs.oneswarm.community2.server.AdminServiceImpl.level=INFO
edu.washington.cs.oneswarm.community2.server.EmbeddedServer.level=FINE
edu.washington.cs.oneswarm.community2.server.CommunityDAO.level=INFO