diff options
author | 2018-06-06 21:02:26 +0100 | |
---|---|---|
committer | 2018-06-06 21:02:26 +0100 | |
commit | 813816f8e4f4da62c6fddb6ce16ba5a0b45bdeba (patch) | |
tree | 3bf1feda9ec847c18d88c377b5e0dbdb85aba8c9 /.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-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -109,3 +109,5 @@ rethinkdb_data/ # SASS cache .sass-cache/ + +log.*
\ No newline at end of file |