feat: replace loguru with logging
This commit is contained in:
parent
cced09f1ac
commit
c6940db289
34 changed files with 138 additions and 245 deletions
|
@ -7,7 +7,6 @@ The `libretime_shared` package contains reusable functions and classes for the L
|
|||
This library assumes that:
|
||||
|
||||
- You will use [`Click`](https://github.com/pallets/click) to build a CLI for your app.
|
||||
- You will use [`Loguru`](https://github.com/delgan/loguru) to log messages from your app.
|
||||
- You will use [`Pydantic`](https://github.com/samuelcolvin/pydantic/) to validate objects in your app.
|
||||
|
||||
### Configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue