mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Restore a removed logging statement
This commit is contained in:
parent
7cb82f3c18
commit
4fb9cbdf19
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ public class FileHandler extends ResourceHandler {
|
|||
HttpServletRequest request,
|
||||
HttpServletResponse response) throws IOException, ServletException {
|
||||
if (!"GET".equals(baseRequest.getMethod())) return;
|
||||
LOG.info("GET <- {}", baseRequest.getRequestURI());
|
||||
|
||||
Matcher docKeyMatcher = DOC_KEY_PATTERN.matcher(target);
|
||||
if (!docKeyMatcher.matches()) return;
|
||||
|
|
Loading…
Reference in a new issue