# Functions

CloseZerolog closes properly the zerolog, if needed.
InitZerolog initializes zerolog with provided configs to use proper stdout and/or CloudWatch logging.

# Variables

AWSCloudWatchEndpoint allows you to mock cloudwatch client by redirecting requests to a local proxy.

# Structs

CloudWatchConfiguration represents configuration of CloudWatch logger.
KafkaZerologConfiguration represetns the configuration for sending log messages to a Kafka topic.
LoggingConfiguration represents configuration for logging in general.
SaramaZerologger is a wrapper to make sarama log to zerolog those logs can be filtered by key "package" with value "sarama".
SentryLoggingConfiguration represents the configuration of Sentry logger.
WorkaroundForRHIOPS729 keeps only those fields that are currently getting their way to Kibana TODO: delete when RHIOPS-729 is fixed.