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
When we turn on partial parsing by default (#3867), I think we should update log levels for partial parsing messages so that:
When partial parsing works, those messages (Partial parsing enabled) are debug level
When partial parsing does not work, keep those messages at info level
Reword the "cold parse" message to make it clearer what's going on: Unable to do partial parsing because target/partial_parse.msgpack not found → Partial parse save file not found. Starting full parse (or something like that), to avoid user confusion e.g. Slack thread
The text was updated successfully, but these errors were encountered:
When we turn on partial parsing by default (#3867), I think we should update log levels for partial parsing messages so that:
Partial parsing enabled
) aredebug
levelinfo
levelUnable to do partial parsing because target/partial_parse.msgpack not found
→Partial parse save file not found. Starting full parse
(or something like that), to avoid user confusion e.g. Slack threadThe text was updated successfully, but these errors were encountered: