log_toolbox 1.3.0 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cfb310b68412730aaa0bfa5d92a15c8e244486bd58b3123f02ce7e01d4736d66
4
- data.tar.gz: fc39e75e6e06dd7b81447d8b1d41fe95a1ce82b8fd0d9b61d5cb02be32f1a605
3
+ metadata.gz: 442441e2ad67e7f346f135c27ac51b52eae3a4aba0cfee1bb9f35ac3e7384e3b
4
+ data.tar.gz: f2c8acff6eb00cc103106827a915ba4fa20b1e4011d7e1c528c250ba9d6d0888
5
5
  SHA512:
6
- metadata.gz: 2da7b481ea7dd2c5e496f5e68c8562d89a21e80f97c32fa52439b41f18490bf1c12da1f747720d9e1108425ea6e65d2204304ca02421b114f19e521d434b41dd
7
- data.tar.gz: c56341160141cc458888d78d33497c84dc8c875e8a5f407580fe1a81fe7931dfee9da38a56be2192ad5a138b54c2aa9a09920fda40688e5474014b1101973e44
6
+ metadata.gz: 38164593d6be9b15809800e5c7558e134a0b9ffbcb2764b6714e931418a6b6b9951f7859dc4dd3917f36c49df07cebf705e865f9eed622021c03433181b4fd81
7
+ data.tar.gz: 5e9a3baa179d9a9ac0dc3def0000354707db0a9f0e9032a552b85095e3ed2604ae14c3f7492140deb00fb332c2968ac538b241982fec1c218c565a5bcb108746
data/CHANGELOG.md CHANGED
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
 
7
7
  ## [Released] - 2019-05-21
8
8
 
9
+ ## [1.3.1] - 2019-07-30
10
+ ### Fixed
11
+ - Missed log format on posting to logstash
12
+
9
13
  ## [1.3.0] - 2019-07-30
10
14
  ### Added
11
15
  - Add feature to send log to logstash at stanging and production environment
@@ -10,6 +10,7 @@ module LogToolbox
10
10
  def self.configure
11
11
  Rails.application.configure do
12
12
  log_config = LogToolbox::LogrageConfig.new(config)
13
+ log_config.configure_log_format
13
14
  if ENV['RAILS_ENV'] == 'development'
14
15
  log_config.configure_log_output_stdout
15
16
  else
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module LogToolbox
4
- VERSION = '1.3.0'
4
+ VERSION = '1.3.1'
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: log_toolbox
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Caio Almeida