From 8ebd6098559760135028c7719eb7bfa412655236 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..c9f82faad 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