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

Changed default log level for web requests from INFO to DEBUG #1056

Merged
merged 1 commit into from
May 26, 2020
Merged

Changed default log level for web requests from INFO to DEBUG #1056

merged 1 commit into from
May 26, 2020

Conversation

tammert
Copy link
Contributor

@tammert tammert commented May 26, 2020

Fix for #1055.

Took the liberty of removing the exception for /static/* files as well, as the log level of DEBUG means only users actively configuring the log level will see those (and they might want to, if they're debugging).

@codecov
Copy link

codecov bot commented May 26, 2020

Codecov Report

Merging #1056 into master will increase coverage by 0.05%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1056      +/-   ##
==========================================
+ Coverage   71.42%   71.47%   +0.05%     
==========================================
  Files          67       67              
  Lines        5560     5556       -4     
==========================================
  Hits         3971     3971              
+ Misses       1275     1271       -4     
  Partials      314      314              
Impacted Files Coverage Δ
server/middleware.go 0.00% <0.00%> (ø)

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 a75c5bb...8561708. Read the comment docs.

@lkysow lkysow merged commit b8e813d into runatlantis:master May 26, 2020
@tammert tammert deleted the request-logging-debug branch May 26, 2020 20:27
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