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
mloginfo --clients currently massages the client metadata input before parsing as JSON. This fails to parse some valid client metadata if the driver info isn't listed first.
The parsing of client metadata should be moved to logevent and make additional metadata available (such as os and application details).
The text was updated successfully, but these errors were encountered:
…_JSONSerialize_crash_w_bytes
* 'develop' of github.com:bugre/mtools:
Add VSCode config to .gitignore
Bump dev version
Update for 1.6.1 release
Fix Flake8 complaints
Fixrueckstiess#765: mloginfo --clients: more robust parsing of client metadata (rueckstiess#766)
Fixrueckstiess#761: mtools should use python3 in shebangs
Fixrueckstiess#698: Add rounding option for mloginfo --queries (rueckstiess#758)
More specific match for checkpoint duration log line
Fixrueckstiess#258: Add timezone to mloginfo summary
mloginfo --clients
currently massages the client metadata input before parsing as JSON. This fails to parse some valid client metadata if the driver info isn't listed first.The parsing of client metadata should be moved to logevent and make additional metadata available (such as
os
andapplication
details).The text was updated successfully, but these errors were encountered: