config: more logs; fix localhost hook url
authorMichael Wallner <mike@php.net>
Fri, 16 Dec 2016 09:07:06 +0000 (10:07 +0100)
committerMichael Wallner <mike@php.net>
Fri, 20 Dec 2019 12:21:58 +0000 (13:21 +0100)
config/app.ini

index 5c886710844bbc18cf1c652d84ace6d0b3fc7828..5d15fff9139c1fc98f83e21c43a6b0db2a5f50ba 100644 (file)
@@ -40,10 +40,19 @@ log.github.streamhandler.args[] = ../logs/github.log
 ; Logger::DEBUG == 100
 log.github.streamhandler.args[] = 100
 
+log.session.streamhandler.handler = StreamHandler
+log.session.streamhandler.args.0 = ../logs/session.log
+log.session.streamhandler.args.1 = 100
+
+log.query.streamhandler.handler = StreamHandler
+log.query.streamhandler.args.0 = ../logs/query.log
+log.query.streamhandler.args.1 = 100
+
 [localhost : production]
 
-github.hook.url = https://pharext.ngrok.io/src/pharext.org.git/public/github/hook
+github.hook.url = https://pharext.ngrok.io/github/hook
 github.hook.insecure_ssl = 1
 github.hook.use_basic_auth = ngrok
 
 ngrok.command = ngrok
+session.save_path = /tmp