]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.workbench/debug.options
Adding configuration logging for Simantics platform with SLF4J and
[simantics/platform.git] / bundles / org.simantics.workbench / debug.options
1 #org.eclipse.ui/debug=true\r
2 #org.eclipse.ui/trace/keyBindings=false\r
3 #org.eclipse.ui/trace/keyBindings.verbose=false\r
4 #org.eclipse.ui/trace/sources=false\r
5 #org.eclipse.ui/trace/handlers=true\r
6 #org.eclipse.ui/trace/handlers.verbose=true\r
7 #org.eclipse.ui/trace/handlers.verbose.commandId=fi.vtt.proconf.project.command.newProject\r
8 #org.eclipse.ui/trace/handlers.verbose.commandId=fi.vtt.proconf.project.command.deleteLocalCopy\r
9 #org.eclipse.ui/trace/handlers.verbose.commandId=org.eclipse.ui.edit.copy\r
10 #org.eclipse.ui/trace/handlers.verbose.commandId=org.eclipse.jdt.ui.navigate.open.type\r
11 #org.eclipse.ui/trace/contexts=false\r
12 #org.eclipse.ui/trace/contexts.verbose=false\r
13 \r
14 \r
15 # Turn on general debugging for org.eclipse.osgi\r
16 org.eclipse.osgi/debug=true\r
17 # Prints out class loading debug information\r
18 org.eclipse.osgi/debug/loader=true\r
19 # Prints out event (FrameworkEvent/BundleEvent/ServiceEvent) and listener debug information\r
20 org.eclipse.osgi/debug/events=false\r
21 # Prints out OSGi service debug information (registration/getting/ungetting etc.)\r
22 org.eclipse.osgi/debug/services=false\r
23 # Prints out bundle manifest parsing debug information\r
24 org.eclipse.osgi/debug/manifest=false\r
25 # Prints out LDAP filter debug information\r
26 org.eclipse.osgi/debug/filter=false\r
27 # Prints out security (PermissionAdmin service) debug information\r
28 org.eclipse.osgi/debug/security=false\r
29 # Prints out start level service debug information\r
30 org.eclipse.osgi/debug/startlevel=false\r
31 # Prints out package admin service debug information\r
32 org.eclipse.osgi/debug/packageadmin=false\r
33 # Prints out timing information for bundle activation\r
34 org.eclipse.osgi/debug/bundleTime=false\r
35 # Debug the loading of message bundles\r
36 org.eclipse.osgi/debug/messageBundles=false\r
37 \r
38 # Eclipse adaptor options\r
39 org.eclipse.osgi/eclipseadaptor/debug = false\r
40 org.eclipse.osgi /eclipseadaptor/debug/location = false\r
41 org.eclipse.osgi/eclipseadaptor/debug/platformadmin=false\r
42 org.eclipse.osgi/eclipseadaptor/debug/platformadmin/resolver=false\r
43 org.eclipse.osgi/eclipseadaptor/converter/debug = false\r
44 \r
45 ### OSGi resolver options\r
46 # Turns on debugging for the resolver\r
47 org.eclipse.osgi/resolver/debug = false\r
48 # Prints out wiring information after the resolver has completed the resolve process\r
49 org.eclipse.osgi/resolver/wiring = false\r
50 # Prints out Import-Package information\r
51 org.eclipse.osgi/resolver/imports = false\r
52 # Prints out Require-Bundle information\r
53 org.eclipse.osgi/resolver/requires = false\r
54 # Prints out package grouping information form the "uses" clause\r
55 org.eclipse.osgi/resolver/grouping = false\r
56 # Prints out cycle information\r
57 org.eclipse.osgi/resolver/cycles = false\r
58 # Prints out Eclipse-GenericRequire information\r
59 org.eclipse.osgi/resolver/generics = false\r
60 \r
61 #### Profile settings\r
62 org.eclipse.osgi/profile/startup = false\r
63 org.eclipse.osgi/profile/benchmark = false\r
64 org.eclipse.osgi/profile/debug = false\r
65 \r
66 # Override the default implemenation\r
67 org.eclipse.osgi/profile/impl = org.eclipse.osgi.internal.profile.DefaultProfileLogger\r
68 \r
69 # Append all profile messages to the filename specified\r
70 org.eclipse.osgi/defaultprofile/logfilename =\r
71 \r
72 # Output all profile log messages synchronously to the jvm console.\r
73 # By default, all log messages are cached until the log buffer is\r
74 # requested.\r
75 org.eclipse.osgi/defaultprofile/logsynchronously = false\r
76 \r
77 # Specify the size of the default profile implementation log buffer.\r
78 org.eclipse.osgi/defaultprofile/buffersize = 256\r
79 \r
80 #### Monitoring settings\r
81 # monitor class loading\r
82 org.eclipse.osgi/monitor/classes=false\r
83 \r
84 # monitor bundle activation\r
85 org.eclipse.osgi/debug/monitorbundles=false\r
86 org.eclipse.osgi/monitor/activation=false\r
87 \r
88 # monitor resource bundle (*.properties) loading\r
89 org.eclipse.osgi/monitor/resources=false\r
90 \r
91 #### Trace settings\r
92 # trace class loading - snapshot the execution stack when a class is loaded\r
93 org.eclipse.osgi/trace/classLoading=false\r
94 \r
95 # trace location - file in which execution traces are written\r
96 org.eclipse.osgi/trace/filename=runtime.traces\r
97 \r
98 # trace filters - Java properties file defining which classes should\r
99 # be traced (if trace/classLoading is true)\r
100 # File format:\r
101 # plugins=<comma separated list of plugins whose classes to trace>\r
102 # packages=<comma separated list of package prefixes of classes to trace>\r
103 # Note that there may be many 'plugins' and 'packages' lines in one file.\r
104 org.eclipse.osgi/trace/filters=trace.properties\r
105 \r
106 # trace bundle activation - snapshot the execution stack when a bundle is activated\r
107 org.eclipse.osgi/trace/activation=false