Skip to content

Remove caller from WithError

Compare
Choose a tag to compare
@SpeedxPz SpeedxPz released this 05 Oct 06:47
· 37 commits to main since this release

Changes

  • Remove caller from with error, Now it only has the error name and stack trace

You can still send WithError("name", "caller", "stack trace") but caller will not be written to log anymore

  • In Request Log (HTTP, Kafka) the error is now optional
  • Using logger without configure will now using log level Fatal to prevent unwanted log print out