Skip to content

Commit 6deb594

Browse files
committed
Document debug mode disabling log deduplication
rdk#5964 changed log deduplication to be automatically disabled when debug logging is active (via "debug": true or the -debug flag). Users running in debug mode no longer need to set disable_log_deduplication separately. https://claude.ai/code/session_01K2JbXAWg8N7NYCG46Y4KnD
1 parent 7569425 commit 6deb594

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/reference/viam-server.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,10 @@ If log configurations are applied at a resource level using the `log_configurati
218218
By default, `viam-server` deduplicates log messages that are deemed noisy.
219219
A log is deemed noisy if it has been output 3 times in the past 10 seconds.
220220

221-
To disable log deduplication, set `disable_log_deduplication` in your machine's configuration:
221+
Log deduplication is automatically disabled when debug logging is active, whether you enable it with `"debug": true` in your machine's configuration or with the `-debug` command-line flag.
222+
You do not need to set `disable_log_deduplication` separately when running in debug mode.
223+
224+
To disable log deduplication without enabling debug mode, set `disable_log_deduplication` in your machine's configuration:
222225

223226
```json
224227
"disable_log_deduplication": true

0 commit comments

Comments
 (0)