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
For configuring logging with YAML, it would be convenient to add support for enum strings for auth_type and index_name_frequency. By changing this line for auth_type in CMRESHandler.__init__() the code can take advantage of enum's support for string lookups:
For configuring logging with YAML, it would be convenient to add support for enum strings for
auth_type
andindex_name_frequency
. By changing this line forauth_type
inCMRESHandler.__init__()
the code can take advantage of enum's support for string lookups:P.S. Thank you for the package! It's been a great help for improving our Python logging.
The text was updated successfully, but these errors were encountered: