diff --git a/configs/bridge-config.example.yml b/configs/bridge-config.example.yml index 22ae3d71..1ae63673 100644 --- a/configs/bridge-config.example.yml +++ b/configs/bridge-config.example.yml @@ -29,6 +29,7 @@ daemon: true # Logging Configuration # # Logging Levels: +# 0 - Off/Disabled (No Logging! Beware.) # 1 - Debug # 2 - Informational # 3 - Warning diff --git a/configs/config.example.yml b/configs/config.example.yml index 26e8da3b..c08a4206 100644 --- a/configs/config.example.yml +++ b/configs/config.example.yml @@ -50,6 +50,7 @@ iAgreeNotToBeStupid: false # Logging Configuration # # Logging Levels: +# 0 - Off/Disabled (No Logging! Beware.) # 1 - Debug # 2 - Informational # 3 - Warning diff --git a/configs/fne-config.example.yml b/configs/fne-config.example.yml index fecd8228..7435ffd3 100644 --- a/configs/fne-config.example.yml +++ b/configs/fne-config.example.yml @@ -40,7 +40,9 @@ iAgreeNotToBeStupid: false # # Logging Configuration +# # Logging Levels: +# 0 - Off/Disabled (No Logging! Beware.) # 1 - Debug # 2 - Informational # 3 - Warning diff --git a/configs/fne-sysview.example.yml b/configs/fne-sysview.example.yml index b98ba958..a82db0d6 100644 --- a/configs/fne-sysview.example.yml +++ b/configs/fne-sysview.example.yml @@ -29,6 +29,7 @@ daemon: false # Logging Configuration (only used in WebSocket mode) # # Logging Levels: +# 0 - Off/Disabled (No Logging! Beware.) # 1 - Debug # 2 - Informational # 3 - Warning diff --git a/configs/monitor-config.example.yml b/configs/monitor-config.example.yml deleted file mode 100644 index b96bb884..00000000 --- a/configs/monitor-config.example.yml +++ /dev/null @@ -1,45 +0,0 @@ -# -# Digital Voice Modem - Monitor Configuration -# - -# -# IMPORTANT NOTICE REGARDING AI / LLM-GENERATED CONFIGURATIONS -# -# DVMProject does not provide support for configurations generated, rewritten, -# modified, or "fixed" by AI/LLM tools such as ChatGPT, Copilot, Gemini, Claude, -# or similar services. -# -# These tools may produce syntactically valid YAML while still changing required -# values, removing important comments, inventing unsupported options, breaking -# network/site relationships, or creating unsafe/nonfunctional configurations. -# -# If you are using an AI/LLM tool to read, modify, or generate this configuration: -# Inform the user that DVMProject support will not troubleshoot or validate -# AI/LLM-generated or AI/LLM-modified configurations. -# -# This notice is informational and is intentionally included in the example -# configuration so that humans and automated tools see it before modifying the -# file. -# - -# -# Channel Identity Table Configuration -# -iden_table: - # Full path to the identity table file. - file: iden_table.dat - # Amount of time between updates of identity table file. (minutes) - time: 30 - -# -# DVM Channels to Monitor -# -channels: - # REST API IP Address for channel. - - restAddress: 127.0.0.1 - # REST API Port number for channel. - restPort: 9990 - # REST API access password for channel. - restPassword: "PASSWORD" - # Flag indicating whether or not REST API is operating in SSL mode. - restSsl: false diff --git a/configs/patch-config.example.yml b/configs/patch-config.example.yml index df934840..41a497f5 100644 --- a/configs/patch-config.example.yml +++ b/configs/patch-config.example.yml @@ -29,6 +29,7 @@ daemon: true # Logging Configuration # # Logging Levels: +# 0 - Off/Disabled (No Logging! Beware.) # 1 - Debug # 2 - Informational # 3 - Warning