Replies: 1 comment 4 replies
-
Hi. What is your configuration? It doesn't seem like default behavior. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Is there any way that electron-log can convert passed array of texts into string and display it ?
ex. log.info('API Response is : ', apiResponse). Where apiResponse can be complex object or an error.
As of now it converts into array of passed arguments.
like
[2021-03-25 11:59:27.088] [error] [ [ 'API Response is : ', stringify of apiResponse ] ]
Beta Was this translation helpful? Give feedback.
All reactions