# Functions
Config initializes the logging by setting the env var LOGLEVEL=<level>.
FileInfoFindGood looks at the stack, and tries to find the first entry that is not infrastructure related.
LocLogger simply creates a LocLoggingEntry that wraps another logger.
LocLoggerCategorized creates a LocLoggingEntry that wraps another logger, and accepts a string that is used with viper to say whether the informational/debug logging is enabled for this logger.
LogServiceBasic Construct new basic logger for service.
LogServiceBasicWithFields Construct new basic logger for service, with key/value pairs.
FfDL Change: Because it's useful.
NewDlaaSLogData construct log data object.
# Constants
DLAAS_LOG_GETTRAININGLOGSTREAM=true.
Constants for logging.
DLAAS_LOG_GETTRAININGLOGSTREAMFROMOBJSTORE=true.
Constants for logging.
DLAAS_LOG_REPOSITORY=true.
Constants for logging.
DLAAS_LOG_SERVELOGHANDLER=true.
Constants for logging.
============================== ======= Log field keys ======= These keys are to be used for structured logging, and will be visible to the Elastic Search repository for query and the like.
Constants for logging.
Constants for logging.
Constants for logging.
Constants for logging.
Constants for logging.
Constants for logging.
Constants for logging.
Constants for logging.
Constants for logging.
Constants for logging.
Constants for logging.
Constants for logging.
Constants for logging.
Constants for logging.
Constants for logging.
Constants for logging.
Constants for logging.
Constants for logging.
Constants for logging.
Constants for logging.
Constants for logging.
Constants for logging.
Constants for logging.
Constants for logging.
Constants for logging.
Constants for logging.
# Structs
LocLoggingEntry wraps another logger, and add code location information about where the the log entry occurs.