-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/logging #42
base: master
Are you sure you want to change the base?
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