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
Elasticsearch failed at 'arg' field parsing if log function argument is dictionary.
Example: logging.info("POST query: %s", {'any': 'dictionary'})
This fix enforces conversion of log arguments to strings.
0 commit comments