Firebird Documentation IndexFirebird 3.0.6 Release NotesCompatibility Issues → Trace Configuration Syntax
Firebird Home Firebird Home Prev: Reserved WordsFirebird Documentation IndexUp: Compatibility IssuesNext: Unexpected GDSCODE Errors

Trace Configuration Syntax

The format of sections and key-value pairs in the trace configuration file has changed:

Old format:

<database %[\\/](test|azk2|rulez).fdb>
        enabled true
        time_threshold 100
        log_statement_finish true
</database>
        

New format:

database = %[\\/](test|azk2|rulez).fdb
{
        enabled = true
        time_threshold = 100
        log_statement_finish = true
}
        

Important

Pay attention to the database section header and equality signs between parameter names and values.

Prev: Reserved WordsFirebird Documentation IndexUp: Compatibility IssuesNext: Unexpected GDSCODE Errors
Firebird Documentation IndexFirebird 3.0.6 Release NotesCompatibility Issues → Trace Configuration Syntax