Files
AzerothCore-RealmMaster/compose-overrides/worldserver-debug-logging.yml
2025-11-08 01:50:30 -05:00

16 lines
593 B
YAML

# override-flag: COMPOSE_OVERRIDE_WORLDSERVER_DEBUG_LOGGING_ENABLED
# Example override that bumps worldserver log verbosity across all profiles.
# Enable by setting COMPOSE_OVERRIDE_WORLDSERVER_DEBUG_LOGGING_ENABLED=1 in .env.
# Helpful while investigating live issues; remember to turn it off to reduce noise.
# Follow this pattern for any compose layers you want to implement
services:
ac-worldserver-standard:
environment:
AC_LOG_LEVEL: "3"
ac-worldserver-playerbots:
environment:
AC_LOG_LEVEL: "3"
ac-worldserver-modules:
environment:
AC_LOG_LEVEL: "3"