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:
Dariusz L
2025-06-28 08:38:08 +02:00
parent 7682b362ed
commit 2033ab168a
4 changed files with 2 additions and 320 deletions

View File

@@ -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,