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