GeriLife / companionship

Promoting companionship and well-being for everyone.
European Union Public License 1.2
7 stars 18 forks source link

enable Rich terminal output #101

Closed brylie closed 1 year ago

brylie commented 1 year ago

Task

"formatters": {
    "rich": {"datefmt": "[%X]"},
},
"console": {
    "class": "rich.logging.RichHandler",
    "filters": ["require_debug_true"],
    "formatter": "rich",
    "level": "DEBUG",
    "rich_tracebacks": True,
    "tracebacks_show_locals": True,
},
ritik33 commented 1 year ago

I would like to work on this issue.