Compare commits
2 commits
093c9d2fa1
...
cc90d09fae
Author | SHA1 | Date | |
---|---|---|---|
cc90d09fae | |||
c912f480b7 |
2 changed files with 6 additions and 2 deletions
|
@ -22,7 +22,7 @@ struct BaseFormat < Log::StaticFormatter
|
||||||
end
|
end
|
||||||
|
|
||||||
Log.setup do |config|
|
Log.setup do |config|
|
||||||
backend = Log::IOBackend.new(formatter: BaseFormat)
|
backend = Log::IOBackend.new(io: STDERR, formatter: BaseFormat)
|
||||||
config.bind "*", Log::Severity::Info, backend
|
config.bind "*", Log::Severity::Info, backend
|
||||||
|
|
||||||
if ENV["LOG_LEVEL"]?
|
if ENV["LOG_LEVEL"]?
|
||||||
|
|
|
@ -4,11 +4,15 @@ module GX::Types
|
||||||
|
|
||||||
GlobalVersion
|
GlobalVersion
|
||||||
GlobalHelp
|
GlobalHelp
|
||||||
GlobalCompletion
|
# GlobalCompletion
|
||||||
GlobalTui
|
GlobalTui
|
||||||
GlobalConfig
|
GlobalConfig
|
||||||
GlobalMapping
|
GlobalMapping
|
||||||
|
|
||||||
|
CompletionBash
|
||||||
|
CompletionZsh
|
||||||
|
CompletionAutodetect
|
||||||
|
|
||||||
ConfigInit
|
ConfigInit
|
||||||
|
|
||||||
MappingCreate
|
MappingCreate
|
||||||
|
|
Loading…
Reference in a new issue