railman 0.6.19 → 0.6.20
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
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 81b146fe0aebc04081fa6ba60ce66367cc6b081c
|
|
4
|
+
data.tar.gz: 82d2d9942202dc7c0d7d5a35f8f2f9d7982364bf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2896ce282db3525998fdbe1a37bc286934c6691eac4e6f21b200e1c2e08fe8ddc9f3a2e24fea4f76dec032c695e35547582138ededc1fcc3b9f6dc2f3113b1d6
|
|
7
|
+
data.tar.gz: 1b16c8a133f7501d234d1369ba7b5f41f40c5bdc22c6a496e8f62272db9ff75b81f725d0f388ee3e16aeed46e2e86a4c53cddf693147d46720102c33d7043daa
|
data/lib/railman/version.rb
CHANGED
|
@@ -46,7 +46,7 @@ Rails.application.configure do
|
|
|
46
46
|
|
|
47
47
|
# Use the lowest log level to ensure availability of diagnostic information
|
|
48
48
|
# when problems arise.
|
|
49
|
-
config.log_level = :
|
|
49
|
+
config.log_level = :info
|
|
50
50
|
|
|
51
51
|
# Prepend all log lines with the following tags.
|
|
52
52
|
# config.log_tags = [ :subdomain, :uuid ]
|