Cargo Features

[dependencies]
background-jobs-core = { version = "0.18.1", default-features = false, features = ["completion-logging", "error-logging"] }
default = error-logging

The error-logging feature is set by default whenever background-jobs-core is added without default-features = false somewhere in the dependency tree.

completion-logging
error-logging default

background-jobs-core has 3 features without comments.