Documentation
¶
Index ¶
Constants ¶
View Source
const ( LoggerTypeKey = "type" // Summary logs are ones that report on either task or step summaries // (i.e. 500 tables processed; task: "10 minutes") LoggerTypeSummary = "summary" // Data logs are ones that report on row or individual level operations // and quantitiative measures (i.e. 10000 rows completed; failed to verify item with PK 1000) LoggerTypeData = "data" )
Variables ¶
This section is empty.
Functions ¶
func Logger ¶
The default logger returned without a `type` attribute is considered the task logger. We only mark a log differently if it relates to data and summary fields because those are the minority case and we want people to know that this information is relevant to the performance / operation of their data load.
func RegisterLoggerFlags ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.