mirror of
https://github.com/onyx-and-iris/obsws-ruby.git
synced 2024-11-15 18:50:47 +00:00
logger level set to info in events example
This commit is contained in:
parent
b33fe94cee
commit
fb162ca195
@ -4,6 +4,6 @@ source "https://rubygems.org"
|
||||
|
||||
# gem "rails"
|
||||
|
||||
gem "perfect_toml", "~> 0.9.0"
|
||||
|
||||
gem "obsws", path: "../.."
|
||||
|
||||
gem "perfect_toml", "~> 0.9.0"
|
||||
|
@ -1,7 +1,7 @@
|
||||
PATH
|
||||
remote: ../..
|
||||
specs:
|
||||
obsws (0.0.2)
|
||||
obsws (0.0.3)
|
||||
observer (~> 0.1.1)
|
||||
waitutil (~> 0.2.1)
|
||||
websocket-driver (~> 0.7.5)
|
||||
@ -24,4 +24,4 @@ DEPENDENCIES
|
||||
perfect_toml (~> 0.9.0)
|
||||
|
||||
BUNDLED WITH
|
||||
2.3.24
|
||||
2.3.22
|
||||
|
@ -1,7 +1,7 @@
|
||||
require "obsws"
|
||||
require "perfect_toml"
|
||||
|
||||
OBSWS::LOGGER.debug!
|
||||
OBSWS::LOGGER.info!
|
||||
|
||||
class Observer
|
||||
attr_reader :running
|
||||
|
Loading…
Reference in New Issue
Block a user