filecoin-station / core

Station is a visionary network that connects your computer's idle resources to the Filecoin network and rewards you with FIL
https://filstation.app
Other
30 stars 8 forks source link

NDJSON logs #37

Closed juliangruber closed 1 month ago

juliangruber commented 1 year ago

We currently store logs in format

[$DATE] $LINE

We could change it to NDJSON:

{"date":date, ...line}
juliangruber commented 1 month ago

https://github.com/filecoin-station/core/blob/1061ebc321d34b3330b6cd3cdd11ce49279e4c77/bin/station.js#L26-L30