Interfacing with logger_tt #1329
Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi and thanks for a great package - especially now with the Rich integration!
I have implemented a CLI package with Typer and I want to use it together with
logger_tt.Without
logger_tteverything works as expected:and run it with

python typer_test.py ExampleName. This produces the following result in my terminal:Compare this to the result when using

logger_tt(i.e. settingwith_logging = Trueabove):How does one make Typer and
logger_ttto play together nicely?I completely understand if you feel that this isn't a issue with Typer but rather
logger_tt, however, maybe I am just overlooking a simple setting that'll make it work.Operating System
macOS
Operating System Details
macOS Monterey, 12.4. Macbook Pro 14-inch 2021, M1 Pro.
Typer Version
0.6.1
Python Version
Python 3.10.5
Beta Was this translation helpful? Give feedback.
All reactions