[PR #78] [MERGED] Fix logger level setting #117

Closed
opened 2026-02-27 01:56:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ErlichLiu/DeepClaude/pull/78
Author: @GowayLee
Created: 3/5/2025
Status: Merged
Merged: 3/8/2025
Merged by: @GowayLee

Base: mainHead: fix-logger-level


📝 Commits (1)

  • 4b6b545 fix: set logger level fail

📊 Changes

2 files changed (+20 additions, -46 deletions)

View changed files

📝 app/main.py (+0 -3)
📝 app/utils/logger.py (+20 -43)

📄 Description

  • 发现有剩余环境变量读取逻辑覆盖Json配置读取日志等级逻辑, 予以删除. 设置logger初始化阶段日志等级默认为DEBUG.
  • 删除main.py中环境变量读取逻辑

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ErlichLiu/DeepClaude/pull/78 **Author:** [@GowayLee](https://github.com/GowayLee) **Created:** 3/5/2025 **Status:** ✅ Merged **Merged:** 3/8/2025 **Merged by:** [@GowayLee](https://github.com/GowayLee) **Base:** `main` ← **Head:** `fix-logger-level` --- ### 📝 Commits (1) - [`4b6b545`](https://github.com/ErlichLiu/DeepClaude/commit/4b6b54584b212bc2b9258c0de0d0ddda96f915b0) fix: set logger level fail ### 📊 Changes **2 files changed** (+20 additions, -46 deletions) <details> <summary>View changed files</summary> 📝 `app/main.py` (+0 -3) 📝 `app/utils/logger.py` (+20 -43) </details> ### 📄 Description - 发现有剩余环境变量读取逻辑覆盖Json配置读取日志等级逻辑, 予以删除. 设置logger初始化阶段日志等级默认为DEBUG. - 删除`main.py`中环境变量读取逻辑 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 01:56:17 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/DeepClaude#117
No description provided.