Commit 04a5e69
config: Enable debug logging by default for development builds
Set default log levels to 0 (DEBUG) for comprehensive debugging:
* DEFAULT_FRONTEND_LOG_LEVEL = 0 (most verbose debug output)
* DEFAULT_LIBRETRO_LOG_LEVEL = 0 (most verbose core debug output)
* Logging to file and timestamps remain enabled by default
This ensures debug builds automatically capture detailed logs without
manual configuration, improving development workflow and debugging
capabilities for S Pen implementation and other features.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent ee2f3f1 commit 04a5e69
1 file changed
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1558 | 1558 | | |
1559 | 1559 | | |
1560 | 1560 | | |
1561 | | - | |
1562 | | - | |
| 1561 | + | |
| 1562 | + | |
1563 | 1563 | | |
1564 | | - | |
1565 | | - | |
| 1564 | + | |
| 1565 | + | |
1566 | 1566 | | |
1567 | 1567 | | |
1568 | 1568 | | |
| |||
0 commit comments