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
We have it in json format so that we can process the logs more easily in stackdriver, but fair point, it makes debugging offline pretty hard. Would it be preferable for the user to be able to choose the type of logs they want to see?
@zhilingc I would prefer to have it human-readable by default so that devs just starting out with it could debug easily -- would lower the barrier of entry. Then maybe we can set a flag in deployment to have the logs printed as JSON 😄
Expected Behavior
CLI logs show up in a human-readable format
Current Behavior
CLI logs show up as JSON:
![screen shot 2019-01-25 at 5 01 58 pm](https://user-images.githubusercontent.com/11819007/51735841-6a8f5280-20c3-11e9-9b55-ccb427dfde90.png)
Steps to reproduce
mvn clean compile
java -jar ./core/target/feast-core-0.1.0.jar
Specifications
Thanks!
The text was updated successfully, but these errors were encountered: