From a2e23ce7042065155b68e3148970b7da572f6f95 Mon Sep 17 00:00:00 2001 From: Zed Date: Tue, 20 Jun 2017 16:23:18 +0200 Subject: [PATCH] Update log-to-console to reflect argument removal --- content/faq/to-log-to-console.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/faq/to-log-to-console.md b/content/faq/to-log-to-console.md index 75779493..0d5e1935 100644 --- a/content/faq/to-log-to-console.md +++ b/content/faq/to-log-to-console.md @@ -3,6 +3,4 @@ title: How can I see the log in the terminal? category: developer --- -Run LBRY with the `--log-to-console` flag set: - - lbrynet-daemon --log-to-console +Simply run the daemon using `lbrynet-daemon` in a terminal.