Skip to content

Commit

Permalink
Change default log level to ERROR
Browse files Browse the repository at this point in the history
  • Loading branch information
TheByronHimes committed Nov 15, 2023
1 parent b10fa20 commit e219892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hexkit/providers/akafka/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ class KafkaConfig(BaseSettings):
description="Format string for the log messages.",
)
kafka_log_level: int = Field(
logging.INFO,
logging.ERROR,
examples=[logging.INFO, logging.WARNING, logging.CRITICAL],
description="Threshold level for logging. Only logs of this level and higher "
+ "will be captured.",
Expand Down

0 comments on commit e219892

Please sign in to comment.