lib/legion/logging.rb in legion-logging-1.1.2 vs lib/legion/logging.rb in legion-logging-1.1.3
- old
+ new
@@ -9,14 +9,10 @@
module Legion
module Logging
class << self
include Legion::Logging::Methods
include Legion::Logging::Builder
- attr_reader :log, :color
-
- def level
- @log.level
- end
+ attr_reader :color
def setup(level: 'info', **options)
output(options)
log_level(level)
log_format(options)