rs / zerolog

Zero Allocation JSON Logger
MIT License
10.39k stars 566 forks source link

Fixed failing Tests #623 #631

Closed Hyuga-Tsukui closed 8 months ago

Hyuga-Tsukui commented 8 months ago

I am not sure if this is the right response.

Originally, there was no detailed test as I wrote when feature https://github.com/rs/zerolog/commit/fdbdb0963042e1b3e95bb1fae826dfd92a1c4bc3 was added. I believe this is because it is fully tested in each Log test.

The reason I added the test this time was to easily check the behavior (Example may be sufficient)

Hyuga-Tsukui commented 8 months ago

This PR is associated with #623

rs commented 8 months ago

Fixed by another PR