Skip to content

Commit 443b210

Browse files
committed
add access logs
1 parent 455471d commit 443b210

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

infra/main.bicep

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ resource containerApp 'Microsoft.App/containerApps@2025-01-01' = {
5252
env: [
5353
{ name: 'OPTIMIZER_TIME_LIMIT', value: '25' }
5454
{ name: 'OPTIMIZER_NUM_THREADS', value: '1' }
55-
{ name: 'GUNICORN_CMD_ARGS', value: '--workers 4 --max-requests 32' }
55+
{ name: 'GUNICORN_CMD_ARGS', value: '--workers 4 --max-requests 32 --access-logfile -' }
5656
]
5757
probes: [
5858
{

0 commit comments

Comments
 (0)