Fix logging issue

This commit is contained in:
gamonoid
2017-09-04 08:17:50 +02:00
parent 4dff9cc104
commit 54d39ecf90
2 changed files with 3 additions and 3 deletions

4
Vagrantfile vendored
View File

@@ -10,7 +10,7 @@ Vagrant.configure(2) do |config|
config.vm.provider "virtualbox" do |vb|
vb.memory = "1024"
vb.cpus = "2"
vb.name = "app.dev"
vb.name = "icehrm.open"
end
@@ -18,7 +18,7 @@ Vagrant.configure(2) do |config|
sudo apt-get update
SHELL
config.vm.hostname = "app.dev"
config.vm.hostname = "icehrm.open"
config.hostsupdater.aliases = [
"app.dev",