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
|
end
|
||||||
|
|
||||||
Log.setup do |config|
|
Log.setup do |config|
|
||||||
backend = Log::IOBackend.new(io: STDERR, formatter: BaseFormat)
|
backend = Log::IOBackend.new(formatter: BaseFormat)
|
||||||
config.bind "*", Log::Severity::Info, backend
|
config.bind "*", Log::Severity::Info, backend
|
||||||
|
|
||||||
if ENV["LOG_LEVEL"]?
|
if ENV["LOG_LEVEL"]?
|
||||||
|
|
|
@ -4,15 +4,11 @@ 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