We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have output that looks like this:
[2207] ERR experimental/logger.go:47 > Error: foo J:91983AC0-2E71-4C50-8DCA-94068D7A5F7E N:1
I was wondering if it's possible to make it look like this? (J and N are both Str)
[2207] ERR (J:91983AC0-2E71-4C50-8DCA-94068D7A5F7E N:1) experimental/logger.go:47 > Error: foo
I've looked at PartsOrder, but I can't seem to figure it out.
Thanks!
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
I have output that looks like this:
I was wondering if it's possible to make it look like this? (J and N are both Str)
I've looked at PartsOrder, but I can't seem to figure it out.
Thanks!
The text was updated successfully, but these errors were encountered: