From 74643fe2c8a8ca02384f6367be2393c00cf8cd24 Mon Sep 17 00:00:00 2001 From: Takeshi Kondo <10370988+chaspy@users.noreply.github.com> Date: Mon, 13 May 2019 00:29:47 +0900 Subject: [PATCH] Fix log filename for Vagrant (#3053) Actually, the log generated by debug mode is *.log i.e. ubuntu-xenial-16.04-cloudimg-console.log --- Global/Vagrant.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Global/Vagrant.gitignore b/Global/Vagrant.gitignore index 93987ca0..a8e23454 100644 --- a/Global/Vagrant.gitignore +++ b/Global/Vagrant.gitignore @@ -2,4 +2,4 @@ .vagrant/ # Log files (if you are creating logs in debug mode, uncomment this) -# *.logs +# *.log