Commit cfb459a
fix: ensure consistent logger levels across modules
- Change third-party logger levels from ERROR to WARNING in llm/__init__.py
to match the centralized configuration
- Remove root logger override in knowledge.py that was ignoring LOGLEVEL
environment variable
This ensures the LOGLEVEL environment variable is properly respected
throughout the application.
Co-authored-by: Mervin Praison <[email protected]>1 parent 135f7ae commit cfb459a
File tree
2 files changed
+6
-9
lines changed- src/praisonai-agents/praisonaiagents
- knowledge
- llm
2 files changed
+6
-9
lines changedLines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | 70 | | |
74 | 71 | | |
75 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments