>> when starting a trace session, I get immediately the trace output, that
>> the trace session has been started. But upon the first real trace output
>> should be generated, I see e.g. the following:
>>
>> 'Error creating trace session for database "fbtmdemo.fdb":'
>>
>>
>> In what situations is that error message printed via the trace output?
>
> Btw, I'm using Firebird 2.5.2 Snapshot 64-bit on Windows 7 Prof with the
> following trace configuration:
>
> <database fbtmdemo.fdb>
>     enabled true
>     log_connections true
>     log_transactions true
>     log_statement_prepare true
>     log_statement_free true
>     log_statement_start true
>     log_statement_finish true
>     log_procedure_start true
>     log_procedure_finish true
>     log_trigger_start true
>     log_trigger_finish true
>     log_context true
>     print_plan true
>     print_perf true
>     log_blr_requests true
>     print_blr true
>     log_dyn_requests true
>     print_dyn true
>     log_errors true
>     exclude_filter %RDB$%
>     time_threshold 0
>     max_sql_length 2048
> </database>
> <services>
> </services>

I see now that the whole trace output is:

Error creating trace session for database "tourism.fdb":
error while parsing trace configuration
         line 3: element "log_errors" is unknown


which explains the reason.


Regards,
Thomas

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to