Skip to main content

adaptive Log

Last updated March 2020

The adaptive log is configured in the adaptive module. The adaptive log entry is an @ delimited string, such as the following:

12345679@1@G@default@hotmail.com@NOTICE@ retry_interval from -> to

The following is a description of the fields:

OffsetExample FieldDescription
012345679Date in Unix timestamp format (seconds since 00:00:00 Jan 1, 1970)
11Version of the log file format (decimal number currently set to 1 )
2GRecord type identifier (single ASCII character currently set to ‘G’ for "generic")
3defaultBinding name, only included in ‘G’ record types (may be empty)
4hotmail.comDomain name, only included in ‘G’ record types (may be empty)
5NOTICELog level name, only included in ‘G’ record types (see debug_flags for a list of valid names.)
6retry_interval from -> toFree-form string, only included in ‘G’ record types (this string may include additional ‘@’ signs; typically, it will show how an option has changed.)
Was this page helpful?