matrix-org / rust-synapse-compress-state

A tool to compress some state in a Synapse instance's database
https://pypi.org/project/synapse-auto-compressor/
Apache License 2.0
142 stars 32 forks source link

Verbose output #81

Open waclaw66 opened 2 years ago

waclaw66 commented 2 years ago

Is your feature request related to a problem? Please describe. I would like to debug error message Missing {} within python module using synapse_auto_compressor.compress_state_events_table function.

Describe the solution you'd like Please enable messages of all levels to the output. E.g. via some parameter --verbose.

reivilibre commented 2 years ago

Please enable messages of all levels to the output. E.g. via some parameter --verbose.

The environment var RUST_LOG=debug should do that. Other levels include info, warn and error.