Skip to content

Commit

Permalink
pybridge: Restore cockpit.beiboot debug logging
Browse files Browse the repository at this point in the history
Commit ba93304 dropped the executable wrapper around beiboot.py,
which broke `COCKPIT_DEBUG=cockpit.beiboot`. Hardcode the name to bring
it back.
  • Loading branch information
martinpitt authored and allisonkarlitskaya committed Sep 29, 2023
1 parent acbc460 commit 5db4b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cockpit/beiboot.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
from cockpit.router import Router, RoutingRule
from cockpit.transports import StdioTransport

logger = logging.getLogger(__name__)
logger = logging.getLogger('cockpit.beiboot')


def ensure_ferny_askpass() -> Path:
Expand Down

0 comments on commit 5db4b98

Please sign in to comment.