From b3e9cdc223383c5a8a257c2aa868a0fd039093a6 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Fri, 21 Nov 2025 20:55:15 -0500 Subject: [PATCH] feat: route access logs to stdout --- conf/app-nginx.conf.sigil | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/app-nginx.conf.sigil b/conf/app-nginx.conf.sigil index c43f1e3..46caa56 100644 --- a/conf/app-nginx.conf.sigil +++ b/conf/app-nginx.conf.sigil @@ -24,6 +24,7 @@ http { types_hash_max_size 2048; include mime.types; charset UTF-8; + access_log stdout; server { listen {{ $.PORT }};