forked from cswimr/SeaCogs
fix(repo): changed all loggers to red.seacogs.<cog_name>
instead of red.sea.<cog_name>
This commit is contained in:
parent
f059145681
commit
497f6a0a1a
5 changed files with 7 additions and 7 deletions
|
@ -1,3 +1,3 @@
|
|||
import logging
|
||||
|
||||
logger = logging.getLogger("red.sea.aurora")
|
||||
logger = logging.getLogger("red.seacogs.aurora")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue