lib/utopia/logger/compact_formatter.rb in utopia-1.9.11 vs lib/utopia/logger/compact_formatter.rb in utopia-2.0.0

- old
+ new

@@ -21,9 +21,10 @@ require 'logger' require 'rainbow' module Utopia module Logger + # Provides a concise log output format. class CompactFormatter def initialize @start = Time.now end