mirror of
https://github.com/Azornes/Comfyui-LayerForge.git
synced 2026-03-21 12:52:10 -03:00
4 lines
124 B
JavaScript
4 lines
124 B
JavaScript
// Log level for development.
|
|
// Possible values: 'DEBUG', 'INFO', 'WARN', 'ERROR', 'NONE'
|
|
export const LOG_LEVEL = 'NONE';
|