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
The docs could be a little clearer. Now they state that logger - allows to set log verbosity mode. Available values for log level are: level: 'verbose', 'debug', 'info', 'warn', 'error'; so I tried
The docs could be a little clearer. Now they state that
logger - allows to set log verbosity mode. Available values for log level are: level: 'verbose', 'debug', 'info', 'warn', 'error';
so I triedThis yielded
TypeError: Cannot assign to read only property 'useDate' of error
.By the looks of it,
logger
accepts a function. So something like this works:Maybe you could rephrase the documentation a bit.
The text was updated successfully, but these errors were encountered: