Skip to content

Commit d9ed32b

Browse files
committed
fix logging routes (GoogleCloudPlatform#113)
1 parent 009be6b commit d9ed32b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

appengine/standard/logging/app.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,9 @@ threadsafe: yes
33
api_version: 1
44

55
handlers:
6-
- url: .*
6+
- url: /timeout.php
7+
script: timeout.php
8+
- url: /syslog.php
9+
script: syslog.php
10+
- url: /
711
script: index.php

0 commit comments

Comments
 (0)