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 e3ea1d9 commit 8d68861Copy full SHA for 8d68861
CHANGELOG.md
@@ -3,6 +3,7 @@
3
## v0.1.1
4
* Fixing issue with color option using the wrong method name
5
* Removing format logger from the setup command
6
+* Changing setup method to return `self`
7
8
## v0.1.0
9
Initial release
lib/telemetry/logger.rb
@@ -13,6 +13,7 @@ class << self
13
def setup(level: 'info', **opts)
14
output(**opts)
15
self.log_level = level
16
+ self
17
end
18
19
0 commit comments