Index: PRESUBMIT.py |
diff --git a/PRESUBMIT.py b/PRESUBMIT.py |
index d2391d0cd22325f0ed34ee19e4397205818038bd..91c3c18a70837aef533eb425c74b6438bd2abc47 100644 |
--- a/PRESUBMIT.py |
+++ b/PRESUBMIT.py |
@@ -644,6 +644,7 @@ def _CheckSpamLogging(input_api, output_api): |
r"^examples/.*$", |
r"^mojo/edk/util/logging_internal\.cc$", |
r"^mojo/nacl/sfi/nacl_bindings/mojo_syscall\.cc$", |
+ r"^services/log/log_impl\.cc$", |
r"^shell/application_manager/network_fetcher\.cc$", |
r"^shell/tracer\.cc$", |
r"^sandbox/linux/.*", |