8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:03:03 +01:00

Corrections

This commit is contained in:
hvlad 2009-02-02 08:21:47 +00:00
parent eace93b0b1
commit 2581247be0

View File

@ -1,11 +1,13 @@
# Trace configuration. Following rules are used :
# - configuration is processed from top to bottom
# - there is two kind of sections allowed : "database" and "services"
# - parameters at "default" section used for all databases or services
# - parameters at default section used for all databases or services
# - only one default section of every kind is allowed
# - after processing of default database section search is continued
# - if database name matches pattern options are immediately applied,
# search does not continue
#
# Pattern is either database name without path or POSIX 1falsefalse2.3 extended regular
# Pattern is either database name without path or POSIX 1002.3 extended regular
# expression in square braces which is matched against fully qualified database
# path name.
#
@ -13,12 +15,15 @@
# I.e. $& - whole matched string, $1 ... $9 - braced subexpressions.
# $$ is dollar sign.
# default database section
#
<database>
# Do we trace database events or not
enabled false
# Operations log file name. For use by system audit trace only
#log_filename =
#log_filename
# Maximum size of log file (megabytes). Used by system audit trace for
# log's rotation : when current log file reached this limit its renamed
@ -32,7 +37,7 @@
#include_filter
# SQL statements falling under given regular expression are NOT reported in the log.
#exclude_filter =
#exclude_filter
# Put attach/detach log records
@ -115,12 +120,15 @@
</database>
# default services section
#
<services>
# Do we trace services events or not
enabled false
# Operations log file name. For use by system audit trace only
#log_filename =
#log_filename
# Maximum size of log file (megabytes). Used by system audit trace for
# log's rotation
@ -137,6 +145,7 @@
# Example of trace customization:
#
# Enable logging for my_database.fdb in any folder
#
<database my_database.fdb>
enabled 1
</database>