logger level set to info in events example

This commit is contained in:
onyx-and-iris
2022-10-25 00:04:28 +01:00
parent b33fe94cee
commit fb162ca195
3 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
require "obsws"
require "perfect_toml"
OBSWS::LOGGER.debug!
OBSWS::LOGGER.info!
class Observer
attr_reader :running