Skip to content

Commit

Permalink
log_level=WARNING
Browse files Browse the repository at this point in the history
  • Loading branch information
benoit-cty authored and benoit-cty committed Jan 29, 2025
1 parent 1ad23e0 commit d84891e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ project_id = {{ project_id }}
experiment_id = {{ experiment_id }}
api_key = {{ api_key }}
# Verbose logging
log_level=INFO
log_level=WARNING
# Measure power every 30 seconds
measure_power_secs=30
# Send measure to API every 5 minutes (10*30 seconds)
Expand Down
2 changes: 1 addition & 1 deletion docs/edit/advanced_installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Create the configuration file for CodeCarbon:
experiment_id = <experiment_id>
api_key = <api_key>
# Verbose logging
log_level=DEBUG
log_level=WARNING
# Measure power every 30 seconds
measure_power_secs=30
# Send measure to API every 5 minutes (10*30 seconds)
Expand Down

0 comments on commit d84891e

Please sign in to comment.