arthexis / sigils

Interpolate %[meta-text] with %[sigils]
MIT License
3 stars 1 forks source link

Better debug logging #2

Closed arthexis closed 1 year ago

arthexis commented 1 year ago

Currently the README has:

If the function fails, the sigil is not resolved. By default, no exceptions are raised and not extraneous information is logged.

This should be added, and the code modified to work in the same manner:

You can change this behavior by setting the SIGILS_LOG_LEVEL setting to logging.DEBUG.

arthexis commented 1 year ago

Now you can just pass --debug on the command line!