You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Previous code will store all the wanrning (INFO, NOTSET, DEBUG) even
the `verbose` flag is not set in the log file. We should only store
errors for whatever users define instead of sotring everything
* Update tests and changelog
Signed-off-by: Chin Yeung Li <[email protected]>
Error(CRITICAL, "Field name: ['confirmed copyright'] contains illegal name characters: 0 to 9, a to z, A to Z and _. (or empty spaces) and is ignored."),
109
-
Error(INFO, 'Field about_resource: Path')
107
+
Error(INFO, 'Field about_resource: Path'),
108
+
Error(INFO, "Field ['resource', 'test'] is a custom field.")
0 commit comments