; Minimal Asterisk core config for the lab. ; ; Deliberately does NOT set [directories] or runuser/rungroup: the image's ; compiled-in defaults are correct, and it runs as the `asterisk` user via a ; USER directive. Overriding either risks breaking the container for no gain ; (an earlier version of this file did both). [options] ; Log to stdout so Docker's json-file driver captures it and Alloy ships it ; to Loki. A file-based log inside the container would be invisible. verbose = 3 debug = 0 ; No ANSI colour. Asterisk colourises the console by default and the escape ; codes travel through Docker into Loki, where every line arrives wrapped in ; \x1b[0;30m — unreadable in Grafana and awkward to filter on. This setting ; lives here, not in logger.conf, and only takes effect if this file is ; actually mounted into the container. nocolor = yes