VOLTTRON / volttron

VOLTTRON Distributed Control System Platform
https://volttron.readthedocs.io/
Other
460 stars 218 forks source link

Remove hardcoded path in VOLTTRON Central for location of volttron.log #129

Closed jhaack closed 9 years ago

craig8 commented 9 years ago

Logging is now available through websockets

{"method":"start_reading", "params": {"log_path": "~/.volttron/volttron.log"}} where the log path is userexpandable.

See https://github.com/VOLTTRON/volttron/blob/master/Agents/VolttronCentralAgent/volttroncentral/webroot/websocket-test.html for an already setup version.

The path is /log rather than /websocket