Skip to content

Commit

Permalink
Tweaks telemetry message to explain more
Browse files Browse the repository at this point in the history
I think this is a better message than FYI: telemetry is enabled
with a link to the privacy section. Which might be scarier?
  • Loading branch information
skrawcz committed Mar 6, 2023
1 parent a1f7b6c commit bd56fd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hamilton/telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ def is_telemetry_enabled() -> bool:
if call_counter == 0:
# Log only the first time someone calls this function; don't want to spam them.
logger.warning(
"FYI: Hamilton telemetry is enabled. "
"Note: Hamilton collects completely anonymous data about usage. "
"This will help us improve Hamilton over time. "
"See https://github.com/dagworks-inc/hamilton#usage-analytics--data-privacy for details."
)
call_counter += 1
Expand Down

0 comments on commit bd56fd4

Please sign in to comment.