Skip to content

Conversation

@perqin
Copy link
Contributor

@perqin perqin commented May 9, 2020

When calling PLog.level(level).tag(tag).msg("The throwable is %s").throwable(throwable).print() with DefaultFormatter configured, it prints out:

The throwable is The throwable is %sjava.lang.Throwable:...

But the expected result is:

The throwable is java.lang.Throwable:...

This patch fixes the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant