-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlogging.properties
More file actions
98 lines (40 loc) · 1.86 KB
/
logging.properties
File metadata and controls
98 lines (40 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# Jason Default log configuration
#
# Comment/uncomment the following lines to setup your log
#
# default Jason MAS Console
# handlers = jason.runtime.MASConsoleLogHandler
# To use the ConsoleHandler, use the following line instead.
handlers= java.util.logging.ConsoleHandler
# To also add the FileHandler, use the following line instead.
# handlers= java.util.logging.FileHandler, java.util.logging.ConsoleHandler
# Default logging level. Other values are:
# SEVERE (only severe messages)
# WARNING (only warnings and severe messages)
# INFO (normal output)
# FINE (debug level of messages)
.level = INFO
############################################################
# Handler specific properties.
# Describes specific configuration info for Handlers.
############################################################
# Jason Handler parameters
jason.runtime.MASConsoleLogHandler.level = ALL
jason.runtime.MASConsoleLogHandler.formatter = jason.runtime.MASConsoleLogFormatter
# set one text area for each agent
jason.runtime.MASConsoleLogHandler.tabbed = true
jason.runtime.MASConsoleLogHandler.colors = true
# default file output is in project's directory.
java.util.logging.FileHandler.pattern = mas.log
#java.util.logging.FileHandler.pattern = mas-%u.log
java.util.logging.FileHandler.limit = 0
java.util.logging.FileHandler.count = 1
java.util.logging.FileHandler.formatter = jason.runtime.MASConsoleLogFormatter
#java.util.logging.FileHandler.formatter = java.util.logging.XMLFormatter
# Limit the message that are printed on the console to FINE and above.
java.util.logging.ConsoleHandler.level = FINE
java.util.logging.ConsoleHandler.formatter = jason.runtime.MASConsoleLogFormatter
java.level=OFF
javax.level=OFF
sun.level=OFF
jade.level=OFF