]> matita.cs.unibo.it Git - helm.git/commitdiff
...
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 18 Feb 2004 18:14:58 +0000 (18:14 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 18 Feb 2004 18:14:58 +0000 (18:14 +0000)
helm/searchEngine/searchEngine.conf.xml.sample

index 599f36e5efa12f3eb1dcd996f1192ff1913be83c..a333940e87a2adf237af51ce5ce5dc0661977d89 100644 (file)
@@ -3,6 +3,12 @@
   <section name="mathql_interpreter">
    <key name="db_map">mathql_db_map.txt</key>
    <key name="postgresql_connection_string">dbname=mowgli host=mowgli.cs.unibo.it user=helm password=awH21Un</key>
+   <!-- flags is a string of the following characters: "S", "L", "W" -->
+   <!-- S logs statistical information (query execution times)       -->
+   <!-- L logs the low-level queries (in SQL)                        -->
+   <!-- W logs some warnings (for mathql experts only)               -->
+   <!-- By default the above information is not logged               -->
+   <key name="flags"></key>
   </section>
   <section name="getter">
     <key name="mode">remote</key>