Remove caller from WithError
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