mirror of
https://github.com/Azornes/Comfyui-LayerForge.git
synced 2026-03-21 20:52:12 -03:00
Set default log level to NONE and remove logger docs
Changed the default log level for both Python and JavaScript module loggers from DEBUG to NONE to disable logging by default. Removed the README_LOGGER.md documentation file, and updated README.md to remove a reference to seamless integration.
This commit is contained in:
@@ -24,7 +24,7 @@ import os
|
||||
try:
|
||||
from python.logger import logger, LogLevel, debug, info, warn, error, exception
|
||||
|
||||
logger.set_module_level('canvas_node', LogLevel.DEBUG)
|
||||
logger.set_module_level('canvas_node', LogLevel.NONE)
|
||||
|
||||
logger.configure({
|
||||
'log_to_file': True,
|
||||
|
||||
Reference in New Issue
Block a user