preveen-stack / nodejs

0 stars 0 forks source link

logging with python #27

Open preveen-stack opened 1 month ago

preveen-stack commented 1 month ago
import logging

logger = logging.getLogger(__package__)

logger.info("hello world")

print(logger)