Fix missing setup log messages

This commit is contained in:
Michael Miller 2021-06-19 12:05:45 -06:00
parent 989f53c6d6
commit 9b01771c67
No known key found for this signature in database
GPG key ID: FB9F12F7C646A4AD

View file

@ -11,6 +11,7 @@ module Spectator
VERSION = {{ `shards version #{__DIR__}`.stringify.chomp }}
# Logger for Spectator internals.
::Log.setup_from_env
Log = ::Log.for(self)
# Flag indicating whether Spectator should automatically run tests.