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
Every Chronicles log record has an existing `msg` property matching
the static string supplied in the log statement. Thus, it's currently
not possible to use `msg` as the name of a user property:
status-im/nim-chronicles#86
Every Chronicles log record has an existing `msg` property matching
the static string supplied in the log statement. Thus, it's currently
not possible to use `msg` as the name of a user property:
status-im/nim-chronicles#86
Possible resolutions:
$msg
,$lvl
, etc)The most likely initial resolution will be option 1).
The text was updated successfully, but these errors were encountered: