Run trunk server with SQL debug logging

This commit is contained in:
Gunter Labes 2023-11-02 18:00:49 +01:00 committed by GitHub
parent 080dc3f003
commit 8788c55874
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,12 +42,10 @@ case $SERVER in
set -- --threads 8;;
1.12*)
set -- --threads 30;;
1.14*)
set -- --keepalive ;;
1.16*)
set -- --keepalive ;;
1.13*|trunk)
set -- --keepalive ;;
1.1[346]*)
set -- --keepalive;;
trunk)
set -- --keepalive --log-debug=sql_executor;;
esac
ulimit -Ss 2048