Slightly better log location

This commit is contained in:
sophia 2021-01-07 17:24:42 -06:00 committed by Paul Hinze
parent a25381b03a
commit e56013a6b4
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -8,7 +8,7 @@ module VagrantPlugins
module CommandServe
module Serve
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)
nil