Skip to content

Commit 4108cd4

Browse files
committed
Add log info.
1 parent fd07020 commit 4108cd4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,12 @@ Development
9494
The agent can be installed for doing development in place by navigating to the root directory of the agent code and running::
9595

9696
sudo python3 setup.py develop
97+
98+
When running the agent logs information to stderr as well as ``/var/log/myDevices/cayenne.log``. To enable additional debug logging use the ``-d`` option on the command line:
99+
::
97100
101+
python3 -m myDevices -d
102+
98103
Currently the agent has code for interfacing with several sensors and actuators and support for the Raspberry Pi. If you would like to extend that you can add support for additional sensors, actuators and boards as described below.
99104

100105
Supporting Additional Sensors/Actuators

0 commit comments

Comments
 (0)