You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
``redshift_connector`` uses logging for providing detailed error messages regarding IdP authentication. A do-nothing handler is enabled by default as to prevent logs from being output to ``sys.stderr``.
173
+
174
+
Enable logging in your application to view logs output by ``redshift_connector`` as described in
175
+
the `documentation for Python logging module <https://docs.python.org/3/library/logging.html#/>`_.
0 commit comments