Mc.Spring
Mc.Spring
Why: * support custom message field name for event How: * MsgWithFieldName("cost").Msgf("%v", time.Now())
### Background You can custom message field name of zerolog by overwriting `zerolog.MessageFieldName` for global. ### Problem In some case, we want to log message with special name for info,...
such as: - `href="//example.com/style.css"` - `src="//excample.com/logo.png"`
I prefer to switch config file from json to yaml for easy maintain.