From 4f07ee4d92732d0b619553d366b50b4b758c3d87 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Wed, 30 Nov 2016 12:04:28 -0500 Subject: pyhelper: Add ability to route error messages to python logging Instead of writing error messages to stderr, route them into the python code and use the standard python logging system. Signed-off-by: Kevin O'Connor --- docs/Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/Installation.md') diff --git a/docs/Installation.md b/docs/Installation.md index 3d996b5f..6a2447cc 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -129,7 +129,7 @@ The host software is executed by running the following as the regular "pi" user: ``` -~/klippy-env/bin/python ~/klipper/klippy/klippy.py ~/printer.cfg -l /tmp/klippy.log < /dev/null > /tmp/klippy-errors.log 2>&1 & +~/klippy-env/bin/python ~/klipper/klippy/klippy.py ~/printer.cfg -l /tmp/klippy.log < /dev/null > /dev/null 2>&1 & ``` Once Klippy is running, use a web-browser and navigate to the -- cgit v1.2.3-70-g09d2