Skip to main content

setup

Function setup 

Source
pub fn setup()
Expand description

Install the canonical dev logger: pretty format, env-filter from RUST_LOG (falling back to "info,sqlx=warn").

Idempotent — safe to call from main, tests, anywhere.