From 7838e58aae30727e9c3d31d4f4cedecfd146bd10 Mon Sep 17 00:00:00 2001 From: Kylie Smith Date: Mon, 8 Apr 2024 20:18:38 +1000 Subject: [PATCH] Update example config --- config.example.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/config.example.yml b/config.example.yml index b86c1c7..a3e24b4 100644 --- a/config.example.yml +++ b/config.example.yml @@ -1,6 +1,6 @@ -# Console output log level. -# Options are verbose, info, warn, error or none. -log-level: verbose +# Global console output log level. +# Options are debug, info, warn, error or none. +log-level: info # DC (Distributed Class) file paths. # These should be kept in-sync globally. @@ -42,6 +42,10 @@ uberdogs: # Web Panel configuration. # Can be accessed via the Ardos Web panel for debugging. web-panel: + # Components can have their own individual log level set. + # This will override the global log level set previously. + log-level: debug + name: Ardos # The cluster name to appear in the dashboard. port: 7781 # Port the WS connection listens on.