azure-functions-core-tools icon indicating copy to clipboard operation
azure-functions-core-tools copied to clipboard

`func host start` (non-verbose) doesn't show restart logs

Open ankitkumarr opened this issue 5 years ago • 2 comments

To repro,

  1. func host start
  2. Modify a file, say host.json

A restart is triggered and functions are reloaded, but you can't tell from the output of the core tools as it doesn't change. Workaround is to use --verbose flag.

I think that we should consider having some way of indicating that a Host restart happened.

cc: @pragnagopa @anthonychu

ankitkumarr avatar Oct 05 '20 21:10 ankitkumarr

Makes sense

anthonychu avatar Oct 06 '20 07:10 anthonychu

When I run func host start nothing restarts, how do you get it to restart?

justinmchase avatar Mar 24 '22 20:03 justinmchase