env_var¶
With no args (convenience requirement of a bootstrap script), the only way to override defaults before it reaches config files is to use env vars.
They can also be configured in shebang_line.
Supported env vars¶
See EnvVar enum inside protoprimer.primer_kernel.
PROTOPRIMER_STDERR_LOG_LEVELIt holds a
strvalue for the constant named as defined byloggingmodule.For example, value
INFOrefers tologgint.INFO.TODO: explain others
Context isolation¶
See context_isolation.