-
Notifications
You must be signed in to change notification settings - Fork 30
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
A new exception to exclude from logging #219
Conversation
506554d
to
8c9dcc2
Compare
8c9dcc2
to
8a23688
Compare
8a23688
to
13988be
Compare
Rebased. Let's see |
83ac755
to
22ea9d9
Compare
Hm. Travis needs a core PR owncloud/core#30771 to pass. |
Fixes #177 |
The already logs when the file is detected with virus. So we don't have to log it as an exception in the server. Hence added a new exception. Signed-off-by: Sujith H <sharidasan@owncloud.com>
Signed-off-by: Victor Dubiniuk <victor.dubiniuk@gmail.com>
22ea9d9
to
fdfd42a
Compare
owncloud/core#30771 is merged.
|
Codecov Report
@@ Coverage Diff @@
## master #219 +/- ##
============================================
+ Coverage 59.57% 59.66% +0.08%
Complexity 270 270
============================================
Files 32 32
Lines 1180 1180
============================================
+ Hits 703 704 +1
+ Misses 477 476 -1
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good to go
Fixes #177, owncloud/core#30751
The already logs when the file is detected
with virus. So we don't have to log it as
an exception in the server. Hence added a
new exception.
Signed-off-by: Sujith H sharidasan@owncloud.com