mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-01-13 00:58:34 +00:00
16 lines
593 B
YAML
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"
|