Commit c3c143b
Remove hardcoded DEBUG logging level in gpt_oss.py (#15116)
The HFGPTOSSImporter.apply() method had a leftover debug statement
`logging.setLevel(logging.DEBUG)` that forced verbose logging globally
whenever importing GPT-OSS models from HuggingFace.
This caused:
- Excessive logs in production environments
- Performance degradation from logging overhead
- Loss of control over logging configuration
The fix removes this hardcoded statement, allowing the logging level
to be determined by the application's configuration.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>
Signed-off-by: yurekami <[email protected]>1 parent 1a3c291 commit c3c143b
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
233 | | - | |
234 | 233 | | |
235 | 234 | | |
236 | 235 | | |
| |||
0 commit comments