mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-09 23:15:58 -06:00
Changed the user identity from email to username in the log file.
refs #5452
This commit is contained in:
parent
762784d2b5
commit
0f56c25893
@ -924,7 +924,7 @@ WHERE
|
||||
u"Execute (async) by {pga_user} on {db_user}@{db_host}/{db_name} "
|
||||
u"#{server_id} - {conn_id} (Query-id: "
|
||||
u"{query_id}):\n{query}".format(
|
||||
pga_user=current_user.email,
|
||||
pga_user=current_user.username,
|
||||
db_user=dsn['user'],
|
||||
db_host=dsn['host'],
|
||||
db_name=dsn['dbname'],
|
||||
|
Loading…
Reference in New Issue
Block a user