Feature/logging#42
Conversation
No need to add decorations in JS. Add some decorations in JS :P Make use of exceptions and log them to the console.
Add logging support.
In some cases, a post with only two terms would pass the partial term check, even when syncing full terms.
Add a legend for log line prefixes.
|
Basic logging of all object types should now be ready. Log lines are prefix with identifiers, currently they are:
Eventually, we can parse these to display more "pleasant" logs in the interface, rather than just a I've removed the ability to hide the Log window from the "roadmap" for this feature for now - the log will only appear once a sync begins, and I think the information is relevant enough to keep it displayed. We can revisit that later if we need to. I haven't added the ability to "clean" or page the log yet, not sure if that's still something I want to do. I'd like to see how hefty the log view gets for Very Large Websites before figuring out if that's something we need to consider. All-in-all, I think this is ready for an initial review. |
Name says it all - this PR provides a logging interface in the UI.
Ability to hide/show log window in UI