[tech-debt] deprecated/warn — Batch: 7 findings
This issue batches all deprecated/warn findings detected on 2026-08-10T11:06:25Z.
| Field |
Value |
| Total |
7 findings across 4 files |
| Severity |
medium |
| Detected |
2026-08-10T11:06:25Z |
Findings
Recommendation
Use logging.warning(); logging.warn() is deprecated.
Labels
tech-debt, category:deprecated, severity:medium
[tech-debt] deprecated/warn — Batch: 7 findings
This issue batches all deprecated/warn findings detected on 2026-08-10T11:06:25Z.
Findings
.scratch/file_tech_debt_issues.py:170— logging.warn()/logger.warn() usage; use warning()scripts/clawforge-pass3-smoke-continuation.py:159— logging.warn()/logger.warn() usage; use warning()scripts/clawforge-pass3-smoke-finalcheck.py:48— logging.warn()/logger.warn() usage; use warning()scripts/clawforge-pass3-smoke-finalcheck.py:60— logging.warn()/logger.warn() usage; use warning()scripts/clawforge-pass3-smoke-finalcheck.py:62— logging.warn()/logger.warn() usage; use warning()scripts/clawforge-pass3-smoke-finalcheck.py:64— logging.warn()/logger.warn() usage; use warning()webui/tests/test_issue1413_li_path_coverage.py:131— logging.warn()/logger.warn() usage; use warning()Recommendation
Use logging.warning(); logging.warn() is deprecated.
Labels
tech-debt,category:deprecated,severity:medium