Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade logging to use warning over warn #48

Merged
merged 1 commit into from
Sep 27, 2023

Conversation

mlaurenzano
Copy link

Eliminates compiler warnings around use of the deprecated Logger.warn, such as:

warning: Logger.warn/1 is deprecated. Use Logger.warning/2 instead
lib/heartbeat.ex:72: OffBroadwayRedisStream.Heartbeat.heartbeat/2

the following:

  warning: Logger.warn/1 is deprecated. Use Logger.warning/2 instead
      lib/heartbeat.ex:72: OffBroadwayRedisStream.Heartbeat.heartbeat/2
@akash-akya akash-akya merged commit 6d90f77 into akash-akya:master Sep 27, 2023
5 checks passed
@akash-akya
Copy link
Owner

Hi @mlaurenzano, thanks for the contribution. Released v0.7.0 with changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants