warn when having issues with local facts (#52507)

* warn when having issues with local facts

fixes 41609
This commit is contained in:
Brian Coca
2019-02-20 17:25:55 -05:00
committed by GitHub
parent 9d11cd311b
commit 8a0347ac7a
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- issue a warning when local fact is not correctly loaded, old behaviour just updated fact value with the error.