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 00390c3 commit 77a423cCopy full SHA for 77a423c
ChangeLog
@@ -1,3 +1,8 @@
1
+Release 0.6.2 - 2017/01/17
2
+
3
+ * Add unix domain socket support for `in_unix`
4
+ * LevelFluentLogger uses standard compatible severity formatting
5
6
Release 0.6.1 - 2016/11/02
7
8
* Add LevelFluentLogger: Standard Logger compatible interface
VERSION
@@ -1 +1 @@
-0.6.1
+0.6.2
lib/fluent/logger/version.rb
@@ -1,7 +1,7 @@
module Fluent
module Logger
-VERSION = '0.6.1'
+VERSION = '0.6.2'
end
0 commit comments