logs

package
v0.5.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 25, 2022 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Overview

Package logs contains all structured log events for the service.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type InvalidInput

type InvalidInput struct {
	Reason  string `logevent:"reason"`
	Message string `logevent:"message,default=invalid-input"`
}

InvalidInput is logged when the input provided is not valid

type ProducerError added in v0.5.3

type ProducerError struct {
	Reason  string `logevent:"reason"`
	Message string `logevent:"message,default=benthos-error"`
}

ProducerError is logged when the the Producer Component returns an error

type SubscriptionError added in v0.3.0

type SubscriptionError struct {
	Reason  string `logevent:"reason"`
	Message string `logevent:"message,default=subscription-error"`
}

SubscriptionError is logged when there is an error confirming the SNS subscription

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL