Skip to main content
Configure the log level for logs exported by this workflow client.

Parameters

int | logging.Logger
required
Logging level for task logs emitted with context.logger, for example logging.INFO or logging.DEBUG.
int | None
Logging level for internal runner logs. If omitted, the value of level is used.
Passing a logging.Logger instance as level is deprecated. Configure the Tilebox root logger directly when you need to export logs to another destination.

Returns

None