28.07.2015 20:12, Paul Reeves wrote:
>
> I managed to accidentally create this pseudo config file today:
>
> <database mydb>
>   enabled false
>   blah blah
> </database>
>
> <database mydb>
>   enabled true
>   blah blah
> </database>
>
> and was very surprised to find no trace output for mydb. After a lot of head
> scratching I finally worked it out. It looks as if the parser stops on the
> first match of mydb, rather than continuing to the end. So the question is -
> is this by design or is it a bug ?

   It is by design and clearly stated in default fbtrace.conf:

# Trace configuration. Following rules are used :
...
# - if database name matches pattern, options are immediately applied and
#   search does not continue

Regards,
Vlad

------------------------------------------------------------------------------
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to