micro
micro copied to clipboard
logger: add ability to pass option to skip some go types from logging
- add logger.SkipTypes that receives slice with types
- skip this types from logging
this is useful to skip logging []byte slice fro example