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
By default wrapArguments won't wrap lines that aren't already partially wrapped unless they exceed the --maxwidth you've set for line length. Are you seeing a case where this is happening? It might be a bug
Is it possible to add a list of functions inside an exception list where
wrapArguments
is ignored?I have a couple of logs that I would like to keep on the same line.
For example
log.service.debug("Foo bar")
shall not be changed toThe text was updated successfully, but these errors were encountered: