Skip to content

Extending messages in firebird.log [CORE5564] #5831

@firebird-automations

Description

@firebird-automations

Submitted by: Maxim Kuzmin (cybermax)

Duplicates CORE5984

Votes: 1

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions