mirror of
https://gitea.invidious.io/iv-org/shard-spectator.git
synced 2024-08-15 00:53:35 +00:00
Fix missing setup log messages
This commit is contained in:
parent
989f53c6d6
commit
9b01771c67
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue