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
While I was working on Simple namespace-aware parsing, I discovered that any error/warning/etc logging that is done before the actual import starts (e.g., in WXR_Importer::get_preliminary_information()) results in the json-encoded msg being echoed to the screen.
When being run interactively, shouldn't the HTML logger be used for those initial steps and then switch to the ServerSentEvents logger only once the actual import starts?
The text was updated successfully, but these errors were encountered:
pbiron
changed the title
logging before the import starts resultsin the json-encoded msg being echoed to the screen
logging before the import starts results in the json-encoded msg being echoed to the screen
Jun 15, 2017
While I was working on Simple namespace-aware parsing, I discovered that any error/warning/etc logging that is done before the actual import starts (e.g., in
WXR_Importer::get_preliminary_information()
) results in the json-encoded msg being echoed to the screen.When being run interactively, shouldn't the HTML logger be used for those initial steps and then switch to the ServerSentEvents logger only once the actual import starts?
The text was updated successfully, but these errors were encountered: