-
-
Notifications
You must be signed in to change notification settings - Fork 44
Logging Configuration
NCMcClure edited this page Feb 26, 2025
·
1 revision
Set minimum log level for plugin operations:
-
Debug: Most verbose, all details
-
Info: Standard operations
-
Warning: Issues that need attention
-
Error: Serious problems
-
Fatal: Critical failures
Different aspects of plugin operation have specific logging:
- Node collection
- Translation process
- LLM communication
- Code generation
- Editor integration