Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing logs related to connection establishment #58

Conversation

Hema-Mathiyazhagan
Copy link
Contributor

@Hema-Mathiyazhagan Hema-Mathiyazhagan commented Feb 11, 2022

Log messages shown during nzpy connection establishment are in bytes.
Database name log message is not showing database name.

DEBUG:nzpy.Connection[db1]:Database name: db1
INFO:nzpy.Connection[db1]:Backend response: N
DEBUG:nzpy.Connection[db1]:Security Level requested = 1
DEBUG:nzpy.Connection[db1]:Got response =b'N'
DEBUG:nzpy.Connection[db1]:Attempting unsecured session
DEBUG:nzpy.Connection[db1]:Connection protocol set to : 3 5
INFO:nzpy.Connection[db1]:Backend response: N
INFO:nzpy.Connection[db1]:Backend response: N
INFO:nzpy.Connection[db1]:Backend response: N
INFO:nzpy.Connection[db1]:Backend response: N
INFO:nzpy.Connection[db1]:Backend response: N
INFO:nzpy.Connection[db1]:Backend response: N
DEBUG:nzpy.Connection[db1]:Got response: b'R'
DEBUG:nzpy.Connection[db1]:auth got 'R' - request for password

Log messages shown during nzpy connection establishment are in bytes.
Database name log message is not showing database name.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants