nationalparkservice / places-api

An API, written in Node as Express middleware, built to work with the OSM API database schema. Used internally by Places.
The Unlicense
0 stars 0 forks source link

Report Errors to the Database #7

Open jimmyrocks opened 9 years ago

jimmyrocks commented 9 years ago

Currently the errors are just written to a text file on the host machine, this leads to large files that are hard to parse. Putting the files in the database could help a lot, and only write files when the database is down.