Subject | AW: [firebird-support] Re: Trace not working |
---|---|
Author | Köditz, Martin |
Post date | 2018-03-18T17:17:55Z |
Hi Vlad,
after correcting the config, I’m still unable to get a trace. Do you have any further hints?
Regards
Martin
Von: firebird-support@yahoogroups.com [mailto:firebird-support@yahoogroups.com]
Gesendet: Samstag, 17. März 2018 23:11
An: firebird-support@yahoogroups.com
Betreff: [firebird-support] Re: Trace not working
Hi, Martin
> I’m trying to trace a firebird database. I have following trace config:
>
> database = sd40.fdb
> {
> enabled = true
> log_connections = true
> log_transactions = true
> log_statements = true
> log_statement_prepare = true
> time_threshold = 0
> max_sql_length = 65536
> }
>
> I start the trace:
> fbtracemgr -se localhost/3050:service_mgr -user sysdba -password masterkey -start -name "My Trace" -config sd40.trace.conf
>
> When I execute a query in Flamerobin I get this message (and no trace output):
> Trace session ID 1 started
> Error creating trace session for database "syndesk40.fdb":
> error while parsing trace configuration
> line 6: element "log_statements" is unknown
>
> Can someone show me the mistake?
Just read error message ;) There is no "log_statements" parameter in trace configuration.
Look for all known parameters at fbtrace.conf supplied with Firebird.
Regards,
Vlad