We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 342f889 commit 524595cCopy full SHA for 524595c
examples/echo_endpoint.rb
@@ -16,6 +16,8 @@ def initialize(a_var: 1)
16
end
17
18
if __FILE__ == $PROGRAM_NAME
19
+ SemanticLogger.default_level = :info
20
+ SemanticLogger.add_appender(io: $stdout, formatter: :color)
21
EchoService.run(
22
nats_url: 'nats://localhost:4222',
23
service_opts: {
lib/leopard.rb
@@ -3,7 +3,6 @@
3
require 'dry/configurable'
4
require 'pathname'
5
require 'semantic_logger'
6
-SemanticLogger.add_appender(io: $stdout, formatter: :color)
7
8
class Pathname
9
def /(other)
0 commit comments