From 813816f8e4f4da62c6fddb6ce16ba5a0b45bdeba Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Wed, 6 Jun 2018 21:02:26 +0100 Subject: Logging changes * Log to .json file in debug mode, with textual stdout * Log to .txt in production, with JSON stdout * No more Papertrail --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index add768c8..641ad956 100644 --- a/.gitignore +++ b/.gitignore @@ -109,3 +109,5 @@ rethinkdb_data/ # SASS cache .sass-cache/ + +log.* \ No newline at end of file -- cgit v1.2.3