Skip to content

Commit

Permalink
fix: wrong name for logger of patch module
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Sep 6, 2023
1 parent f50351e commit c017423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solara/server/patch.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from . import app, reload, settings
from .utils import pdb_guard

logger = logging.getLogger("solara.server.app")
logger = logging.getLogger("solara.server.patch")
try:
from reacton.patch_display import patch as patch_display
except: # noqa
Expand Down

0 comments on commit c017423

Please sign in to comment.