Skip to content

Commit 74643fe

Browse files
chaspyshiftkey
authored andcommitted
Fix log filename for Vagrant (#3053)
Actually, the log generated by debug mode is *.log i.e. ubuntu-xenial-16.04-cloudimg-console.log
1 parent 837181e commit 74643fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Global/Vagrant.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
.vagrant/
33

44
# Log files (if you are creating logs in debug mode, uncomment this)
5-
# *.logs
5+
# *.log

0 commit comments

Comments
 (0)