Open amoeba opened 5 years ago
Hey @amoeba -
Make all log statements only print on one line
Does this apply to only queries or pretty much all the log statements?
It might affect the readability of logs but we should be able to use regex
if needed while debugging the logs.
Hey @rushirajnenuji: The way I think about it, it'd affect all logs. It's a low priority thing for getting the service back and turned on so we may not need to do this. It does make visually scanning the logs less easy so it's not a win-win.
(I'll edit this issue as I go, we can break this into separate issues as needed later).
Stuff that needs changing:
dataone.org/datasets/urn:uuid:xyz
->dataone.org/datasets/urn%3Auuid%3Axyz
Stuff that'd be nice to fix/improve:
RDF.Model()
should use a context so they always get disposed of properly