mongo_beautiful_logger 0.1.0 → 0.1.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 +4 -4
- data/lib/mongo_beautiful_logger/mongo_actions.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e6be24c228a7af94875fdaed8bc6fa6b2aa7b8cda737cd70294c317570a6e52d
|
4
|
+
data.tar.gz: e694e8454cdf5e0a45c518c1c36ca71a1be8e5ca13da9e5164016f650ee7a976
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d57f4194bef73253189cf6950d9fba08dc2b70d3bc8ea85740d2aad6038688f6f7eac12391a54b5da9811bf62563467b4a15d69dc2cd6bec561029fbfb2cad5d
|
7
|
+
data.tar.gz: ff816a1ba3c3f63464d4c74867f30ab6a584aeacd6543152137a129cb0b903162c75956ba56ecef11897f64104404eed96b3c98c39bd0702c01ae4e7832a4024
|
@@ -21,7 +21,7 @@ module MongoActions
|
|
21
21
|
|
22
22
|
# regex for for the log prefix that will be filtered out
|
23
23
|
# matches: +| localhost:27017 | app_test.update | STARTED |+
|
24
|
-
# note: +| STARTED |+ and +| SUCCEEDED |+ will be filtered due to redundancy
|
24
|
+
# note: +| STARTED |+ and +| SUCCEEDED |+ will be filtered due to redundancy,
|
25
25
|
# but +| FAILED |+ and others will not
|
26
26
|
PREFIX_REGEX = /\|.*?\|.*?\|( (SUCCEEDED|STARTED) \|)?/
|
27
27
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mongo_beautiful_logger
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Ibraheem Ahmed
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-07-
|
11
|
+
date: 2020-07-13 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -48,7 +48,7 @@ files:
|
|
48
48
|
- lib/mongo_beautiful_logger.rb
|
49
49
|
- lib/mongo_beautiful_logger/colors.rb
|
50
50
|
- lib/mongo_beautiful_logger/mongo_actions.rb
|
51
|
-
homepage: https://github.com/
|
51
|
+
homepage: https://github.com/ibraheemdev/mongo_beautiful_logger
|
52
52
|
licenses:
|
53
53
|
- MIT
|
54
54
|
metadata: {}
|