Extending messages in firebird.log
----------------------------------

                 Key: CORE-5564
                 URL: http://tracker.firebirdsql.org/browse/CORE-5564
             Project: Firebird Core
          Issue Type: Improvement
            Reporter: Maxim Kuzmin
            Priority: Minor


Now, messages in firebird.log look like this:
SERVER (Server) Tue Nov 08 09:36:19 2016
        INET/inet_error: read errno = 10054

SERVER (Server) Tue Nov 08 09:36:51 2016
        Modifying procedure OPER$CONNECT$CHECK_ACCESS which is currently in use 
by active user requests

SERVER (Server) Tue Nov 08 10:03:53 2016
        INET/inet_error: read errno = 10054

When there are several identical bases on the server, it is difficult to 
understand what it is and with which user.
I propose to expand the message by adding a database and a user like this:

SERVER (Server) Tue Nov 08 09:36:19 2016
        Database: d:\database\work\database.fdb
        User: PETROV_AA
        INET/inet_error: read errno = 10054


SERVER (Server) Tue Nov 08 09:36:51 2016
        Database: d:\database\test\database.fdb
        User: SYSDBA
        Modifying procedure OPER$CONNECT$CHECK_ACCESS which is currently in use 
by active user requests


SERVER (Server) Tue Nov 08 10:03:53 2016
        Database: d:\database\work\database.fdb
        User: IVASHKIN_MA
        INET/inet_error: read errno = 10054

-- 
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

        

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to