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

campaignion_action: Reduce logging of missing email addresses #306

Open
wants to merge 1 commit into
base: 7.x-2.x
Choose a base branch
from

Conversation

torotil
Copy link
Contributor

@torotil torotil commented Jul 5, 2022

When a form doesn’t have a required email field, we should not generate a log message for each submission when there is no value. This might hide log-messages for when there is an actual problem.

@codecov
Copy link

codecov bot commented Jul 5, 2022

Codecov Report

Merging #306 (cf2b853) into 7.x-2.x (20d3216) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

@@              Coverage Diff              @@
##             7.x-2.x     #306      +/-   ##
=============================================
- Coverage      45.62%   45.61%   -0.01%     
  Complexity      1930     1930              
=============================================
  Files            301      301              
  Lines          10511    10513       +2     
  Branches         154      154              
=============================================
  Hits            4796     4796              
- Misses          5712     5714       +2     
  Partials           3        3              
Impacted Files Coverage Δ
campaignion_action/campaignion_action.module 43.27% <0.00%> (-0.52%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 20d3216...cf2b853. Read the comment docs.

When a form doesn’t have an email field, we should not generate a log
message for each submission, that complains about that.
@torotil torotil force-pushed the reduce-no-email-log branch from 4b7dfc3 to cf2b853 Compare July 5, 2022 13:13
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.

1 participant