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

Update info about quotes in fbtrace.conf

This commit is contained in:
Jiri Cincura ↹ 2023-12-10 15:14:27 +01:00 committed by Alexander Peshkov
parent 423476b90c
commit ec8f26931d

View File

@ -14,9 +14,9 @@
# I.e. \0 - whole matched string, \1 ... \9 - parenthesis subexpressions.
# \\ is backslash.
#
# String values should be enclosed into (any kind of) quotes if contains
# String values should be enclosed into double quotes if contains
# spaces embedded, for example:
# log_filename 'C:\\Documents and Settings\\Firebird\\My Documents\\trace.log'
# log_filename "C:\\Documents and Settings\\Firebird\\My Documents\\trace.log"
# include_filter "Database Stats"
#
# To enter curvy brackets { } somewhere in a configuration dup them: {{ }}.