From ab844d6da922c01355b146ea93d7cba762e47fe0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Fri, 26 Apr 2019 12:35:51 +0200 Subject: [PATCH] fix name of log level variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- tasks/container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/container.yml b/tasks/container.yml index a178669..6171b89 100644 --- a/tasks/container.yml +++ b/tasks/container.yml @@ -25,7 +25,7 @@ --lightserv={{ geth_light_serv }} --lightpeers={{ geth_light_peers }} {% endif %} - --verbosity={{ geth_log_level }} + --verbosity={{ geth_log_level_id }} --cache={{ geth_cache }} --port={{ geth_port }} --nat=extip:{{ geth_public_addr }}