open-horizon / examples

Code examples you can use with Horizon.
Apache License 2.0
40 stars 65 forks source link

Update readmes on how to view service logs on linux #451

Closed bmpotter closed 3 years ago

bmpotter commented 3 years ago

The example readmes still say to use sudo tail -f /var/log/syslog | grep myhelloworld[[] on linux, but hzn service log -f $(sudo docker ps -q --filter name=myhelloworld) has been supported for a while now on both linux and mac.

clementkng commented 3 years ago

@bmpotter Just following up, do you need any assistance on this issue? I can definitely submit some PRs for this.

bmpotter commented 3 years ago

Troy corrected me that hzn service log doesn’t work with hzn dev service start, so closing this issue.