Commit c560028
Downgrade log message about plugin without override argument to debug from warning (#3063)
Original issue
- #1880
was worked around by providing a fall back call without "override" in
- #2018
As a result any user with such a store (in our case just <class
'rdflib.plugins.memory.IOMemory'>) is flooded with such warnings pointing to
that issue #1880 and for all means and purposes AFAIK just need to ignore
them since there is nothing user can do to address it.
That raises the question on why is it a Warning at a user level and not some
debug message for developers/troubleshooting etc? Hence I am lowering it to
debug level to bring peace of mind to users of the library.
Co-authored-by: Nicholas Car <[email protected]>1 parent b74c657 commit c560028
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
734 | 734 | | |
735 | 735 | | |
736 | 736 | | |
737 | | - | |
| 737 | + | |
738 | 738 | | |
739 | 739 | | |
740 | 740 | | |
| |||
0 commit comments