SeaCogs/aurora/utilities/logger.py
SeaswimmerTheFsh 833d6954cc
Some checks failed
Actions / Build Documentation (MkDocs) (push) Successful in 42s
Actions / Lint Code (Ruff & Pylint) (push) Failing after 57s
misc(repo): changed all logger names
2024-04-08 05:55:35 -04:00

3 lines
84 B
Python

from red_commons.logging import getLogger
logger = getLogger("red.SeaCogs.Aurora")