Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: don't watch project-level log files
Added *.log to the list of path patterns ignored by default. Previously, running `garden get status` in a project where * Another Garden command is running in watch mode, and * A service from a module at the project level (i.e. with its module config in the project-wide `garden.yml`) is deployed with hot reloading enabled, would erroneously trigger a hot reload of that service, due to the project-level `error.log` getting touched during the execution of `garden get status`. Fixes #387.
- Loading branch information