From a0bda91d9567e68c8638200370cd2456b0fccd61 Mon Sep 17 00:00:00 2001 From: gr0vity Date: Thu, 4 Jul 2024 22:06:06 +0200 Subject: [PATCH] add config-log.toml to toml-config-commands --- docs/snippets/toml-config-commands.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/snippets/toml-config-commands.md b/docs/snippets/toml-config-commands.md index deccd3f16..ca772d040 100644 --- a/docs/snippets/toml-config-commands.md +++ b/docs/snippets/toml-config-commands.md @@ -2,5 +2,6 @@ |---------|--------------|--------------| | `config-node.toml` | Node configuration | `nano_node --generate_config node` | | `config-rpc.toml` | RPC configuration | `nano_node --generate_config rpc` | +| `config-log.toml` | Log configuration | `nano_node --generate_config log` | | `config-nano-pow-server.toml` | Proof of work server configuration | `nano_pow_server --generate_config` | | `config-qtwallet.toml` | Qt developer wallet configuration | This file is maintained by the Qt wallet | \ No newline at end of file