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
Feast core should start cleanly with a default logger if none is set.
Current Behavior
Feast core crashes without a logger set
Steps to reproduce
If I comment out logType: JSON in the helm chart feast core does not start
The pod enters a crash loop with:
2019-03-06 05:53:31,246 main ERROR JsonLayout contains an invalid element or attribute "objectMessageAsJsonObject"
2019-03-06 05:53:31,755 main ERROR Unable to locate appender "Appender" for logger config "root"
2019-03-06 05:53:33,143 main ERROR JsonLayout contains an invalid element or attribute "objectMessageAsJsonObject"
2019-03-06 05:53:33,147 main ERROR Unable to locate appender "Appender" for logger config "root"
The text was updated successfully, but these errors were encountered:
Expected Behavior
Feast core should start cleanly with a default logger if none is set.
Current Behavior
Feast core crashes without a logger set
Steps to reproduce
If I comment out
logType: JSON
in the helm chart feast core does not startThe pod enters a crash loop with:
The text was updated successfully, but these errors were encountered: