summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJonathan <jonfritz@gmail.com>2017-09-25 15:02:41 -0400
committerGitHub <noreply@github.com>2017-09-25 15:02:41 -0400
commit1bf2a2e8d5a552d23e16379e73c2d4aaefc9368f (patch)
tree1c2c8bfddc74b1abb24092f3cc218e3e95460711 /Makefile
parentaade47dccd3431c1e3e17818766549aa93401344 (diff)
downloadchat-1bf2a2e8d5a552d23e16379e73c2d4aaefc9368f.tar.gz
chat-1bf2a2e8d5a552d23e16379e73c2d4aaefc9368f.tar.bz2
chat-1bf2a2e8d5a552d23e16379e73c2d4aaefc9368f.zip
PLT-7641: Cleanup the jsonl files from `make test` (#7466)
* Disabled automatic log rotation to avoid multiple log file creation, added mattermost.log.jsonl files to gitignore * Added log file delete to make clean
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a1fed8078..875318fac 100644
--- a/Makefile
+++ b/Makefile
@@ -455,8 +455,10 @@ clean: stop-docker
rm -rf logs
rm -f mattermost.log
+ rm -f mattermost.log.jsonl
rm -f npm-debug.log
rm -f api/mattermost.log
+ rm -f api/mattermost.log.jsonl
rm -f .prepare-go
rm -f enterprise
rm -f cover.out