As explained in this review comment, if the consumer is going to be used in GatewayD as part of https://github.com/gatewayd-io/gatewayd/issues/472, it should use the zerolog logger, however when used in the plugins it should use the hclog logger. Upon implementing this feature, it should be investigated whether using the same consume in GatewayD is the way to move forward or GatewayD should have and implement its own consumer (that uses zerolog).
As explained in this review comment, if the consumer is going to be used in GatewayD as part of https://github.com/gatewayd-io/gatewayd/issues/472, it should use the
zerolog
logger, however when used in the plugins it should use thehclog
logger. Upon implementing this feature, it should be investigated whether using the same consume in GatewayD is the way to move forward or GatewayD should have and implement its own consumer (that useszerolog
).Resources