aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-06-06 21:02:26 +0100
committerGravatar Gareth Coles <[email protected]>2018-06-06 21:02:26 +0100
commit813816f8e4f4da62c6fddb6ce16ba5a0b45bdeba (patch)
tree3bf1feda9ec847c18d88c377b5e0dbdb85aba8c9 /.gitignore
parent[CI] Tag builds with "docker" (diff)
Logging changes
* Log to .json file in debug mode, with textual stdout * Log to .txt in production, with JSON stdout * No more Papertrail
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
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