ec-geolink / d1lod

DataONE Linked Open Data graph
Apache License 2.0
2 stars 0 forks source link

Code review #58

Open amoeba opened 5 years ago

amoeba commented 5 years ago

(I'll edit this issue as I go, we can break this into separate issues as needed later).

Stuff that needs changing:

Stuff that'd be nice to fix/improve:

rushirajnenuji commented 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.

amoeba commented 5 years ago

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.