Write import logs to file instead of database.
Issue #100
resolved
Refs #21 where currently the verbose output logs are being stored in the database. Create a file instead and write to that, and offer it for download.
Comments (4)
-
reporter -
reporter - changed status to resolved
Logfile field now contains filename and path from MEDIA_ROOT. Reuses existing download function in place for exports. Fixes
#100.→ <<cset ffa3872ca6ed>>
-
reporter Removed the log field from the database. Refs
#100.→ <<cset 567604d71132>>
-
reporter Merge of issue ref
#100moving the patient size import logs from the database to text files.→ <<cset 5f3815152e9e>>
- Log in to comment
Now creates a log file and writes to it instead of the database. Need to add code to allow download of log and to delete it along with the uploaded file. Refs
#100.→ <<cset 6fe76a57a1a6>>