Merge branch 'main' into aurora-hybrid
Some checks failed
Actions / Lint Code (Ruff & Pylint) (pull_request) Failing after 22s
Actions / Build Documentation (MkDocs) (pull_request) Successful in 27s

This commit is contained in:
Seaswimmer 2024-03-07 20:00:09 +00:00
commit 354b505e6e
Signed by: CoastalCommits
GPG key ID: 7E73189F651A553F
17 changed files with 228 additions and 84 deletions

View file

@ -1,3 +1,3 @@
import logging
from red_commons.logging import getLogger
logger = logging.getLogger("red.sea.aurora")
logger = getLogger("red.seacogs.aurora")