From 8ccc3289c67040281181fe75812174382cd30cfd Mon Sep 17 00:00:00 2001 From: f Date: Fri, 12 Jun 2026 17:10:18 -0300 Subject: [PATCH] feat: anubis log levels --- .env.sample | 1 + compose.anubis.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.env.sample b/.env.sample index cb14413..2efc342 100644 --- a/.env.sample +++ b/.env.sample @@ -212,6 +212,7 @@ COMPOSE_FILE="compose.yml" #ANUBIS_OG_EXPIRY_TIME=1h #ANUBIS_OG_CACHE_CONSIDER_HOST=true #ANUBIS_SERVE_ROBOTS_TXT=true +#ANUBIS_SLOG_LEVEL=INFO ## Enable onion service support #ONION_ENABLED=1 diff --git a/compose.anubis.yml b/compose.anubis.yml index 526db81..adb4411 100644 --- a/compose.anubis.yml +++ b/compose.anubis.yml @@ -17,6 +17,7 @@ services: OG_EXPIRY_TIME: "${ANUBIS_OG_EXPIRY_TIME}" OG_CACHE_CONSIDER_HOST: "${ANUBIS_OG_CACHE_CONSIDER_HOST}" SERVE_ROBOTS_TXT: "${ANUBIS_SERVE_ROBOTS_TXT}" + SLOG_LEVEL: "${ANUBIS_SLOG_LEVEL:-INFO}" networks: - proxy deploy: