Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMazen Faraj2005-05-24 09:43:01 +0000
committerMazen Faraj2005-05-24 09:43:01 +0000
commit26bb4c240298c1d8c8b36244e9fd313cb3500cf3 (patch)
treee46a5201b3a0d9e07bb260d315df8352cedc42fa /org.eclipse.ui.intro/.options
parent3fd1b45365278d79d1b36eb11dbd6ea249470d66 (diff)
downloadeclipse.platform.ua-26bb4c240298c1d8c8b36244e9fd313cb3500cf3.tar.gz
eclipse.platform.ua-26bb4c240298c1d8c8b36244e9fd313cb3500cf3.tar.xz
eclipse.platform.ua-26bb4c240298c1d8c8b36244e9fd313cb3500cf3.zip
cleaned some .log messagesv20050525v20050524
Diffstat (limited to 'org.eclipse.ui.intro/.options')
-rw-r--r--org.eclipse.ui.intro/.options4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.ui.intro/.options b/org.eclipse.ui.intro/.options
index aa557b546..d58184c07 100644
--- a/org.eclipse.ui.intro/.options
+++ b/org.eclipse.ui.intro/.options
@@ -6,13 +6,13 @@ org.eclipse.ui.intro/debug = true
# Enable logging of information messages in the plugin. By default, info
# messages are not logged. Setting this option to true will enable logging
# trace information messages.
-org.eclipse.ui.intro/trace/logInfo = false
+org.eclipse.ui.intro/trace/logInfo = true
# Enable logging of performance messages in the plugin. By default, performance
# messages are not logged. Setting this option to true will enable logging
# trace information messages. (note: enabling info logging does not enable
# this flag.)
-org.eclipse.ui.intro/trace/logPerformance = true
+org.eclipse.ui.intro/trace/logPerformance = false
# Enable printing the generated HTML to the console. By default, the HTML
# is not printed. By setting this option to true, the HTML for each

Back to the top