Skip to content

Commit

Permalink
Additional correction to the logging level
Browse files Browse the repository at this point in the history
  • Loading branch information
atsag committed Oct 7, 2024
1 parent 5150974 commit f92de61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exponential-smoothing-predictor/src/runtime/Predictor.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ def main():
Utilities.update_influxdb_organization_id()
# Subscribe to retrieve the metrics which should be used

logging.basicConfig(level=logging.info)
logging.basicConfig(level=logging.INFO)
id = "exponentialsmoothing"
EsPredictorState.disconnected = True

Expand Down

0 comments on commit f92de61

Please sign in to comment.