Skip to content

Commit

Permalink
fix(android): change logging level of google services message (#5189)
Browse files Browse the repository at this point in the history
  • Loading branch information
sla100 authored Nov 18, 2021
1 parent 3158cd9 commit 6b1dd43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android-template/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ try {
apply plugin: 'com.google.gms.google-services'
}
} catch(Exception e) {
logger.warn("google-services.json not found, google-services plugin not applied. Push Notifications won't work")
logger.info("google-services.json not found, google-services plugin not applied. Push Notifications won't work")
}

0 comments on commit 6b1dd43

Please sign in to comment.