Slightly better log location
This commit is contained in:
parent
a25381b03a
commit
e56013a6b4
@ -8,7 +8,7 @@ module VagrantPlugins
|
|||||||
module CommandServe
|
module CommandServe
|
||||||
module Serve
|
module Serve
|
||||||
class ProviderService < Hashicorp::Vagrant::Sdk::ProviderService::Service
|
class ProviderService < Hashicorp::Vagrant::Sdk::ProviderService::Service
|
||||||
LOG = Logger.new('/Users/sophia/project/vagrant-ruby/log.txt')
|
LOG = Logger.new('/tmp/vagrant-ruby.txt')
|
||||||
|
|
||||||
def usable(req, _unused_call)
|
def usable(req, _unused_call)
|
||||||
nil
|
nil
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user