Excess trace logging in FbCommand 
-----------------------------------

                 Key: DNET-467
                 URL: http://tracker.firebirdsql.org/browse/DNET-467
             Project: .NET Data provider
          Issue Type: Bug
          Components: ADO.NET Provider
    Affects Versions: 3.0.0.0
         Environment: .NET 3.5
FirebirdSql.Data.FirebirdClient.dll from 
http://sourceforge.net/projects/firebird/files/firebird-net-provider/3.0.0/NETProvider-3.0.0.0-NET35.7z/download
            Reporter: Yurij
            Assignee: Jiri Cincura


IsDebug property is removed from FbConnection in version 3.0 and replaced with 
TRACE directive conditional. This solution has two problems:

1) LogCommand method in FbCommand is active (TRACE was defined when building 
3.0 version) and debug output is flooded with messages from it, reducing 
overall performance.

2) It is impossible to control trace output in production with "is debug" flag, 
as in previous versions.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to