Skip to content

Commit

Permalink
chore: keep disable logger
Browse files Browse the repository at this point in the history
  • Loading branch information
blumamir committed Sep 12, 2024
1 parent 767e6df commit 9df3213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initializer/odigos_sampler.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# sampler_logger.setLevel(logging.DEBUG)
# handler = logging.StreamHandler()
# sampler_logger.addHandler(handler.setFormatter(logging.Formatter('%(asctime)s - %(name)s - %(levelname)s - %(message)s')) or handler)
# sampler_logger.disabled = True # Comment this line to enable the logger
sampler_logger.disabled = True # Comment this line to enable the logger

class OdigosSampler(Sampler):

Expand Down

0 comments on commit 9df3213

Please sign in to comment.