Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: default logger wasn't spreading varargs properly (#268)
The default logger was calling Printf with its varargs array without spreading it back out, meaning that the whole array would get formatted into the first %s. This spreads the varargs back out properly.
- Loading branch information