Update the console to the new logger syntax.
This commit is contained in:
parent
f0fcebe169
commit
b056f4f1d1
|
@ -32,7 +32,7 @@ module Middleman::Cli
|
||||||
set :environment, opts[:environment].to_sym
|
set :environment, opts[:environment].to_sym
|
||||||
end
|
end
|
||||||
|
|
||||||
logger(opts[:debug] ? 0 : 1, opts[:instrumenting] || false)
|
::Middleman::Logger.singleton(opts[:debug] ? 0 : 1, opts[:instrumenting] || false)
|
||||||
end
|
end
|
||||||
|
|
||||||
# TODO: get file watcher / reload! working in console
|
# TODO: get file watcher / reload! working in console
|
||||||
|
|
Loading…
Reference in a new issue