When I have this in fbtrace configuration:
  log_warnings      = 1
  log_errors        = 1
  include_gds_codes = 335544778

then I never get warnings. It seems that include_gds_codes-filter is applied to warnings too. I tried to add zero error code:
  include_gds_codes    = 0,335544778

but it raises error:
  Error parsing error codes filter:
    0,335544778
    bad item is: 0, at position: 1

Am I doing something wrong?

I.


I used this to invoke warning message:
REVOKE SELECT ON T FROM JOHN;
[0] Warning: SELECT on T is not granted to JOHN.



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

Reply via email to