caikit.core.toolkit.logging =========================== .. py:module:: caikit.core.toolkit.logging .. autoapi-nested-parse:: Logging top-level configuration for `caikit.core` library. Functions --------- .. autoapisummary:: caikit.core.toolkit.logging.configure Module Contents --------------- .. py:function:: configure() Utility function to initialize logging stack components. This uses the caikit configuration to determine how logging should be configured. This should _only_ be called in the context of executing a __main__ application. Configuring the logger from a library context may override log config that has already been set by the consuming application.