TIL how to stop logfire from spamming the console when instrumenting : set `min_log_level` in logfire.pydantic.dev/docs/refe.

1. `logfire.configure(token=LOGFIRE_TOKEN, environment=ENVIRONMENT, console=logfire.ConsoleOptions(min_log_level="warning”))`.
2. Call `logfire.instrument_sqlite3()`.
3. Bask in the radiant glow of a blank screen that is not filled with "BEGIN”, “SELECT”, "COMMIT" over and over again.

Log file with BEGIN, SELECT, COMMIT over and over.
0

If you have a fediverse account, you can quote this note from your own instance. Search https://indieweb.social/users/adamghill/statuses/115593702466056494 on your instance and quote it. (Note that quoting is not supported in Mastodon.)