Skip to content

Commit

Permalink
Remove name= from logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ugyballoons committed Sep 10, 2024
1 parent 0650382 commit 4f82ff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/ts/rubintv/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ class Configuration(BaseSettings):


def rubintv_logger() -> Any:
logger = get_logger(name=config.name)
logger = get_logger()
return logger

0 comments on commit 4f82ff6

Please sign in to comment.