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
|
||||
|
||||
Log.setup do |config|
|
||||
backend = Log::IOBackend.new(formatter: BaseFormat)
|
||||
backend = Log::IOBackend.new(io: STDERR, formatter: BaseFormat)
|
||||
config.bind "*", Log::Severity::Info, backend
|
||||
|
||||
if ENV["LOG_LEVEL"]?
|
||||
|
|
|
@ -4,11 +4,15 @@ module GX::Types
|
|||
|
||||
GlobalVersion
|
||||
GlobalHelp
|
||||
GlobalCompletion
|
||||
# GlobalCompletion
|
||||
GlobalTui
|
||||
GlobalConfig
|
||||
GlobalMapping
|
||||
|
||||
CompletionBash
|
||||
CompletionZsh
|
||||
CompletionAutodetect
|
||||
|
||||
ConfigInit
|
||||
|
||||
MappingCreate
|
||||
|
|
Loading…
Reference in a new issue