• v0.6.0 3a56bfbb10

    Add kanta.bootstrap logger and configurable logging setup

    LeoVasanko released this 2026-06-20 19:10:58 +00:00 | 26 commits to main since this release

    • Bootstrap records are now logged via kanta.bootstrap at INFO level.
    • Existing databases log 'Using ' at DEBUG on kanta.bootstrap.
    • New databases log 'Created ' at INFO on kanta.bootstrap.
    • Renamed loggers: kanta.changes -> kanta.transaction, kanta.migrations -> kanta.migration.
    • configure_logging() gains bootstrap/migration/transaction/skiproot kwargs.
    • Default configure_logging() attaches a no-prefix stderr handler to kanta and stops propagation.
    • With skiproot=False, child logger propagation flags are still applied but kanta itself is left untouched.
    • Updated tests and docstrings.
    Downloads