Skip to content

Commit 397b51a

Browse files
author
Artyom Abakumov
committed
Restore spaces in fbtrace.conf
1 parent e96e0a0 commit 397b51a

File tree

1 file changed

+39
-40
lines changed

1 file changed

+39
-40
lines changed

src/utilities/ntrace/fbtrace.conf

Lines changed: 39 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
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"
@@ -32,7 +32,6 @@
3232
# database = regex (%[\\/](e[[:DIGIT:]]{{2}}).fdb)
3333

3434

35-
3635
database
3736
{
3837
# Do we trace database events or not
@@ -42,72 +41,72 @@ database
4241
# Operations log file name. For use by system audit trace only
4342
#log_filename = name
4443

45-
# 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
4645
# log's rotation : when current log file reached this limit it is renamed
47-
# 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
4847
# means that the log file size is unlimited and rotation will never happen.
4948
#max_log_size = 0
5049

5150

52-
# SQL query filters.
51+
# SQL query filters.
5352
#
54-
# Only SQL statements falling under given regular expression are reported
53+
# Only SQL statements falling under given regular expression are reported
5554
# in the log.
56-
#include_filter
55+
#include_filter
5756

58-
# SQL statements falling under given regular expression are NOT reported
57+
# SQL statements falling under given regular expression are NOT reported
5958
# in the log.
60-
#exclude_filter
59+
#exclude_filter
6160

6261

63-
# Put attach/detach log records
62+
# Put attach/detach log records
6463
#log_connections = false
6564

66-
# Trace only given connection id. If zero - trace all connections
65+
# Trace only given connection id. If zero - trace all connections
6766
#connection_id = 0
6867

69-
# Put transaction start/end records
68+
# Put transaction start/end records
7069
#log_transactions = false
7170

7271

73-
# Put sql statement prepare records
72+
# Put sql statement prepare records
7473
#log_statement_prepare = false
7574

76-
# Put sql statement free records
75+
# Put sql statement free records
7776
#log_statement_free = false
7877

79-
# Put sql statement execution start records
78+
# Put sql statement execution start records
8079
#log_statement_start = false
81-
82-
# Put sql statement execution finish\fetch to eof records
80+
81+
# Put sql statement execution finish\fetch to eof records
8382
#log_statement_finish = false
8483

8584

8685
# Put record when stored procedure is being compiled
8786
#log_procedure_compile = false
8887

89-
# Put record when stored procedure is start execution
88+
# Put record when stored procedure is start execution
9089
#log_procedure_start = false
9190

92-
# Put record when stored procedure is finish execution
91+
# Put record when stored procedure is finish execution
9392
#log_procedure_finish = false
9493

9594
# Put record when stored function is being compiled
9695
#log_function_compile = false
9796

98-
# Put record when stored function is start execution
97+
# Put record when stored function is start execution
9998
#log_function_start = false
10099

101-
# Put record when stored function is finish execution
100+
# Put record when stored function is finish execution
102101
#log_function_finish = false
103102

104103
# Put record when trigger is being compiled
105104
#log_trigger_compile = false
106105

107-
# Put trigger execute records
106+
# Put trigger execute records
108107
#log_trigger_start = false
109108

110-
# Put trigger execute records
109+
# Put trigger execute records
111110
#log_trigger_finish = false
112111

113112

@@ -149,13 +148,13 @@ database
149148
#print_perf = false
150149

151150

152-
# Put blr requests compile/execute records
151+
# Put blr requests compile/execute records
153152
#log_blr_requests = false
154153

155154
# Print blr requests or not
156155
#print_blr = false
157156

158-
# Put dyn requests execute records
157+
# Put dyn requests execute records
159158
#log_dyn_requests = false
160159

161160
# Print dyn requests or not
@@ -165,27 +164,27 @@ database
165164
# Put xxx_finish record only if its timing exceeds this number of milliseconds
166165
#time_threshold = 100
167166

168-
# Maximum length of SQL string logged
167+
# Maximum length of SQL string logged
169168
#max_sql_length = 300
170169

171-
# Maximum length of blr request logged
170+
# Maximum length of blr request logged
172171
#max_blr_length = 500
173172

174-
# Maximum length of dyn request logged
173+
# Maximum length of dyn request logged
175174
#max_dyn_length = 500
176175

177-
# Maximum length of individual string argument we log
176+
# Maximum length of individual string argument we log
178177
#max_arg_length = 80
179178

180-
# Maximum number of query arguments to put in log
179+
# Maximum number of query arguments to put in log
181180
#max_arg_count = 30
182181
}
183182

184183

185184

186185
# default services section
187186
#
188-
# 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
189188
# filters below) :
190189
# Backup Database
191190
# Restore Database
@@ -210,27 +209,27 @@ database
210209
# Display User with Admin Info
211210
# Validate Database
212211
#
213-
services
212+
services
214213
{
215214
# Do we trace services events or not
216215
#enabled = false
217216

218217
# Operations log file name. For use by system audit trace only
219218
#log_filename = name
220219

221-
# Maximum size of log file (megabytes). Used by system audit trace for
222-
# log's rotation
220+
# Maximum size of log file (megabytes). Used by system audit trace for
221+
# log's rotation
223222
#max_log_size = 0
224223

225224
# Services filters.
226225
#
227-
# Only services whose names fall under given regular expression are
226+
# Only services whose names fall under given regular expression are
228227
# reported in the log.
229-
#include_filter
228+
#include_filter
230229

231-
# Services whose names fall under given regular expression are NOT
230+
# Services whose names fall under given regular expression are NOT
232231
# reported in the log.
233-
#exclude_filter
232+
#exclude_filter
234233

235234
# Put service attach, detach and start records
236235
#log_services = false
@@ -272,7 +271,7 @@ database = %[\\/]my_database.fdb
272271

273272

274273
# Enable logging for test.fdb, azk2.fdb and rulez.fdb in any directory
275-
# 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
276275
# rulez.log appropriately
277276
#
278277
database = %[\\/](test|azk2|rulez).fdb

0 commit comments

Comments
 (0)