logxi
logxi copied to clipboard
Suggestion. Remove unuseful panic
Usually:
- panic generate a lot of unuseful traces
- should be catch and logged additionally
- defer not make sense, cause it last line in the method
This PR fix that behavior