Andreas Østhus Nakhostin Saltveit

Results 4 comments of Andreas Østhus Nakhostin Saltveit

> > ```yaml > > volumes: > > - /home/svc_mgt/playerbots/azerothcore-wotlk/modules:/azerothcore/modules/:rw > > - /home/svc_mgt/playerbots/azerothcore-wotlk/lua_scripts:/azerothcore/lua_scripts:rw > > ``` > > Thank you, this fixes the issue. It will find and apply...

> > > ```yaml > > > volumes: > > > - /home/svc_mgt/playerbots/azerothcore-wotlk/modules:/azerothcore/modules/:rw > > > - /home/svc_mgt/playerbots/azerothcore-wotlk/lua_scripts:/azerothcore/lua_scripts:rw > > > ``` > > > > > > Thank you,...

Get the logger and set it to info/add handler with info filter? ```py import logging, sys logging.basicConfig(stream=sys.stderr, level=logging.INFO, format='%(asctime)s [%(name)s][%(levelname)s] %(message)s') logging.getLogger('databricks.sdk').setLevel(logging.DEBUG) from databricks.sdk import WorkspaceClient w = WorkspaceClient(debug_truncate_bytes=1024, debug_headers=False)...