Skip to content

Commit

Permalink
log instrument creation
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Nov 28, 2024
1 parent 61cb1e3 commit 6c49fea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qcodes/instrument/instrument_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ def __init__(
self._meta_attrs = ["name", "label"]

self.log: InstrumentLoggerAdapter = get_instrument_logger(self, __name__)
self.log.debug("Created instrument: %s", self.full_name)

@property
def label(self) -> str:
Expand Down

0 comments on commit 6c49fea

Please sign in to comment.