open-horizon / examples

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

'hzn service log' doesn't yet work with 'hzn dev service start' #289

Closed bmpotter closed 4 years ago

bmpotter commented 4 years ago

In step 7 of Building and Publishing Your Own Hello World Example Edge Service the cmd hzn service log -f myhelloworld doesn't work when running the service via hzn dev service start. See https://github.com/open-horizon/anax/issues/1498 . So for now that step needs to be changed back to the old on mac to this, on linux do that.

Note that it is ok to use hzn service log -f myhelloworld in step 14 when running the service via hzn register ....

Same problem in Building and Publishing Your Own Version of the CPU To IBM Event Streams Edge Service