1111# expression which is matched against fully qualified database path name.
1212#
1313# For log file name Sed syntax for substitutions is supported.
14- # I.e. \0 - whole matched string, \1 ... \9 - parenthesis subexpressions.
14+ # I.e. \0 - whole matched string, \1 ... \9 - parenthesis subexpressions.
1515# \\ is backslash.
1616#
17- # String values should be enclosed into double quotes if contains
17+ # String values should be enclosed into double quotes if contains
1818# spaces embedded, for example:
1919# log_filename "C:\\Documents and Settings\\Firebird\\My Documents\\trace.log"
2020# include_filter "Database Stats"
2121#
22- # To enter curvy brackets { } somewhere in a configuration dup them: {{ }}.
22+ # To enter braces { } in a configuration value, double them: {{ }}.
2323# For example - to enter this regular expression
2424# database = (%[\\/](e[[:DIGIT:]]{2}).fdb)
2525# type
@@ -41,72 +41,72 @@ database
4141 # Operations log file name. For use by system audit trace only
4242 #log_filename = name
4343
44- # Maximum size of log file (megabytes). Used by system audit trace for
44+ # Maximum size of log file (megabytes). Used by system audit trace for
4545 # log's rotation : when current log file reached this limit it is renamed
46- # using current date and time and new log file is created. Value of zero
46+ # using current date and time and new log file is created. Value of zero
4747 # means that the log file size is unlimited and rotation will never happen.
4848 #max_log_size = 0
4949
5050
51- # SQL query filters.
51+ # SQL query filters.
5252 #
53- # Only SQL statements falling under given regular expression are reported
53+ # Only SQL statements falling under given regular expression are reported
5454 # in the log.
55- #include_filter
55+ #include_filter =
5656
57- # SQL statements falling under given regular expression are NOT reported
57+ # SQL statements falling under given regular expression are NOT reported
5858 # in the log.
59- #exclude_filter
59+ #exclude_filter =
6060
6161
62- # Put attach/detach log records
62+ # Put attach/detach log records
6363 #log_connections = false
6464
65- # Trace only given connection id. If zero - trace all connections
65+ # Trace only given connection id. If zero - trace all connections
6666 #connection_id = 0
6767
68- # Put transaction start/end records
68+ # Put transaction start/end records
6969 #log_transactions = false
7070
7171
72- # Put sql statement prepare records
72+ # Put sql statement prepare records
7373 #log_statement_prepare = false
7474
75- # Put sql statement free records
75+ # Put sql statement free records
7676 #log_statement_free = false
7777
78- # Put sql statement execution start records
78+ # Put sql statement execution start records
7979 #log_statement_start = false
80-
81- # Put sql statement execution finish\fetch to eof records
80+
81+ # Put sql statement execution finish\fetch to eof records
8282 #log_statement_finish = false
8383
8484
8585 # Put record when stored procedure is being compiled
8686 #log_procedure_compile = false
8787
88- # Put record when stored procedure is start execution
88+ # Put record when stored procedure is start execution
8989 #log_procedure_start = false
9090
91- # Put record when stored procedure is finish execution
91+ # Put record when stored procedure is finish execution
9292 #log_procedure_finish = false
9393
9494 # Put record when stored function is being compiled
9595 #log_function_compile = false
9696
97- # Put record when stored function is start execution
97+ # Put record when stored function is start execution
9898 #log_function_start = false
9999
100- # Put record when stored function is finish execution
100+ # Put record when stored function is finish execution
101101 #log_function_finish = false
102102
103103 # Put record when trigger is being compiled
104104 #log_trigger_compile = false
105105
106- # Put trigger execute records
106+ # Put trigger execute records
107107 #log_trigger_start = false
108108
109- # Put trigger execute records
109+ # Put trigger execute records
110110 #log_trigger_finish = false
111111
112112
@@ -125,11 +125,11 @@ database
125125
126126 # Include filter. If empty, trace all errors\warnings events.
127127 # Else trace event if any code from list is found in status-vector.
128- #include_gds_codes
128+ #include_gds_codes =
129129
130130 # Exclude filter. If empty, trace all errors\warnings events.
131131 # Else trace event if no code from list is found in status-vector.
132- #exclude_gds_codes
132+ #exclude_gds_codes =
133133
134134 # Put trace session init and finish messages
135135 #log_initfini = true
@@ -148,13 +148,13 @@ database
148148 #print_perf = false
149149
150150
151- # Put blr requests compile/execute records
151+ # Put blr requests compile/execute records
152152 #log_blr_requests = false
153153
154154 # Print blr requests or not
155155 #print_blr = false
156156
157- # Put dyn requests execute records
157+ # Put dyn requests execute records
158158 #log_dyn_requests = false
159159
160160 # Print dyn requests or not
@@ -164,27 +164,27 @@ database
164164 # Put xxx_finish record only if its timing exceeds this number of milliseconds
165165 #time_threshold = 100
166166
167- # Maximum length of SQL string logged
167+ # Maximum length of SQL string logged
168168 #max_sql_length = 300
169169
170- # Maximum length of blr request logged
170+ # Maximum length of blr request logged
171171 #max_blr_length = 500
172172
173- # Maximum length of dyn request logged
173+ # Maximum length of dyn request logged
174174 #max_dyn_length = 500
175175
176- # Maximum length of individual string argument we log
176+ # Maximum length of individual string argument we log
177177 #max_arg_length = 80
178178
179- # Maximum number of query arguments to put in log
179+ # Maximum number of query arguments to put in log
180180 #max_arg_count = 30
181181}
182182
183183
184184
185185# default services section
186186#
187- # List of names of currently existing Firebird services (to use with service
187+ # List of names of currently existing Firebird services (to use with service
188188# filters below) :
189189# Backup Database
190190# Restore Database
@@ -209,27 +209,27 @@ database
209209# Display User with Admin Info
210210# Validate Database
211211#
212- services
212+ services
213213{
214214 # Do we trace services events or not
215215 #enabled = false
216216
217217 # Operations log file name. For use by system audit trace only
218218 #log_filename = name
219219
220- # Maximum size of log file (megabytes). Used by system audit trace for
221- # log's rotation
220+ # Maximum size of log file (megabytes). Used by system audit trace for
221+ # log's rotation
222222 #max_log_size = 0
223223
224224 # Services filters.
225225 #
226- # Only services whose names fall under given regular expression are
226+ # Only services whose names fall under given regular expression are
227227 # reported in the log.
228- #include_filter
228+ #include_filter =
229229
230- # Services whose names fall under given regular expression are NOT
230+ # Services whose names fall under given regular expression are NOT
231231 # reported in the log.
232- #exclude_filter
232+ #exclude_filter =
233233
234234 # Put service attach, detach and start records
235235 #log_services = false
@@ -249,11 +249,11 @@ services
249249
250250 # Include filter. If empty, trace all errors\warnings events.
251251 # Else trace event if any code from list is found in status-vector.
252- #include_gds_codes
252+ #include_gds_codes =
253253
254254 # Exclude filter. If empty, trace all errors\warnings events.
255255 # Else trace event if no code from list is found in status-vector.
256- #exclude_gds_codes
256+ #exclude_gds_codes =
257257
258258 # Put trace session init and finish messages
259259 #log_initfini = true
@@ -271,7 +271,7 @@ database = %[\\/]my_database.fdb
271271
272272
273273# Enable logging for test.fdb, azk2.fdb and rulez.fdb in any directory
274- # into log file name matching database name - test.log, azk2.log and
274+ # into log file name matching database name - test.log, azk2.log and
275275# rulez.log appropriately
276276#
277277database = %[\\/](test|azk2|rulez).fdb
0 commit comments