project-flogo / core

Flogo Core is the core flogo library used create and extend Flogo applications.
BSD 3-Clause "New" or "Revised" License
109 stars 55 forks source link

Support custom log message separator #222

Closed lixingwang closed 3 years ago

lixingwang commented 4 years ago

Current behavior: Today we use the zap logger's default separator (tab) Expected behavior: As zap already supports custom separator so we should also expose it to let the user control it. refer to https://github.com/uber-go/zap/pull/697 What is the motivation / use case for changing the behavior?

Additional information you deem important (e.g. I need this tomorrow):