Documentation ¶
Overview ¶
Package logfields specifies constants for use in logging.
Index ¶
Constants ¶
View Source
const (
// NilGameServer is the value to show in logging when the GameServer is a nil value
NilGameServer = "NilGameServer"
)
Variables ¶
This section is empty.
Functions ¶
func AugmentLogEntry ¶
func AugmentLogEntry(base *logrus.Entry, resourceType ResourceType, resourceID string) *logrus.Entry
AugmentLogEntry creates derived log entry with a given resource identifier ("namespace/name")
Types ¶
type ResourceType ¶
type ResourceType string
ResourceType identifies the type of a resource for the purpose of putting it in structural logs.
const ( GameServerKey ResourceType = "gsKey" GameServerSetKey ResourceType = "gssKey" GameServerAllocationKey ResourceType = "gsaKey" FleetKey ResourceType = "fleetKey" FleetAutoscalerKey ResourceType = "fasKey" )
Identifiers used in logs for identifying Agones objects.
Click to show internal directories.
Click to hide internal directories.