We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f9f58 commit cee58f5Copy full SHA for cee58f5
2 files changed
README.md
@@ -2,8 +2,6 @@
2
3
This repository contains the core python library developed by Madness Lab Team at Zucchetti Centro Sistemi.
4
5
-The library provides a `Logger` allowing the user to receive logging messages from Uvicorn and send them to Google Cloud.
6
-
7
```text
8
9
░▒▓████████▓▒░░▒▓██████▓▒░ ░▒▓███████▓▒░
@@ -56,11 +54,11 @@ Then add the library `zcs-python-core` to the same file.
56
54
In your code, you can import and use the library like this:
57
55
58
```python
59
-from zcs.core.exception import ZCSException
+from zcs.core.exception import ZcsException
60
```
61
62
63
-from zcs.core.logger import Logger
+from zcs.core.logger import ZcsLogging
64
65
66
## Local development
app/requirements.txt
@@ -1,3 +1,2 @@
1
build==1.2.1
pytest==8.3.3
0 commit comments