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
{{ message }}
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.
The JSON log format sample doesn't appear to work.
Steps:
Copy provided example into file
Replace \r\n with actual carriage return and newlines
Upload log to viewer
Expected: It shows the two messages
Actual: It says "No Matching Message"
Similarly in VS Code (1.41.1) it wouldn't accept {"format": "JSON"} as a value for "css.trace.server", only "off", "messages", or "verbose". It seems as if JSON support has not been implemented yet, or that it was removed at some point.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The JSON log format sample doesn't appear to work.
Steps:
\r\n
with actual carriage return and newlinesExpected: It shows the two messages
Actual: It says "No Matching Message"
Similarly in VS Code (1.41.1) it wouldn't accept
{"format": "JSON"}
as a value for"css.trace.server"
, only"off"
,"messages"
, or"verbose"
. It seems as if JSON support has not been implemented yet, or that it was removed at some point.The text was updated successfully, but these errors were encountered: