Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Too much output when key is frequently not found when processing #457

@mariekevh

Description

@mariekevh

Every time key is not found when processing documents, the following is printed:

WARNING:INCA:Key not found in document
dict_keys(['feedurl', 'title_rss', 'doctype', 'title', 'teaser_rss', 'META', 'publication_date', 'htmlsource', 'url'])

This results into a lot of output if key is frequently not present.

Possible solution: Change it into one line, e.g. Key not found in XX out of XX documents.

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions