Module-level logging.setLevel(logging.DEBUG) in gpt_oss.py causes excessive logging in production environments.
Location
nemo/collections/llm/gpt/model/gpt_oss.py (line 233)
Impact
- Verbose logs in production
- Potential performance impact
- Hard to control logging behavior
Expected Behavior
- Logging level should be configurable
- Should respect global logging configuration
- Use environment variables or config
Priority
Low (Performance/UX)