mirror of
https://github.com/uprightbass360/AzerothCore-RealmMaster.git
synced 2026-01-13 00:58:34 +00:00
Introduce dynamic overrides and rename module manifest
This commit is contained in:
15
compose-overrides/worldserver-debug-logging.yml
Normal file
15
compose-overrides/worldserver-debug-logging.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
# 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"
|
||||
Reference in New Issue
Block a user