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

create logging subsystem with access via web interface #141

Open
sergey-vdovin opened this issue Jun 9, 2022 · 2 comments
Open

create logging subsystem with access via web interface #141

sergey-vdovin opened this issue Jun 9, 2022 · 2 comments

Comments

@sergey-vdovin
Copy link

as for now the logging subsystem is missing in the web interface
current recommendation is to dig into dockers in order to understand the problem
https://kuwala-community.slack.com/archives/C01UTMN3JTX/p1654676091591379?thread_ts=1654631194.991099&cid=C01UTMN3JTX

@mattigrthr
Copy link
Contributor

Were you thinking about just adding a logging.error() here:

def test_connection(connection_parameters: ConnectionParameters) -> bool:
try:
connection = get_connection(connection_parameters=connection_parameters)
connection.close()
except psycopg2.OperationalError:
return False
return True

Or something else?

@sergey-vdovin
Copy link
Author

Will check it thank you.

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

No branches or pull requests

2 participants