Winston's logform docs state that 'info' objects should always
have 'level' and 'message' fields. Some downstream transforms
and transports can rely on this. Instead the 'ecsStringify' will
handle excluding the 'level' field from the stringification.
Winston's logform docs state that 'info' objects should always have 'level' and 'message' fields. Some downstream transforms and transports can rely on this. Instead the 'ecsStringify' will handle excluding the 'level' field from the stringification.
Closes: #173