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
Is your feature request related to a problem? Please describe.
Parsing a sitemap in some cases produces a lot of unnecessary logs. Eg. "unhandled attr ..." or "unhandled tag ...". It would be great if we had an option to disable the logs.
Describe the solution you'd like
Add an option printLogs with a default value true to keep compatibility for XMLToSitemapItemStream.
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Parsing a sitemap in some cases produces a lot of unnecessary logs. Eg. "unhandled attr ..." or "unhandled tag ...". It would be great if we had an option to disable the logs.
Describe the solution you'd like
Add an option
printLogs
with a default valuetrue
to keep compatibility forXMLToSitemapItemStream
.Additional context
N/A
The text was updated successfully, but these errors were encountered: