smartcloud 0.0.175 → 0.0.176
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/smartcloud/grids/buildpacker.rb +2 -2
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b2c654c6ebcc01bf5121120a58fac16973cb00027e6bf571be20b27c122887cd
|
4
|
+
data.tar.gz: 484c5b6b29a3c494b5f2110d5a3c66fb1539b976da277bb53845f3815b682a29
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: aa94d32aeddbc7981012d50ea1213787c91e5ce79a49d1fdb2e0961e9b75d189235d4377358a0ea8ab0e5b90fdf6dd8123e7ea68716f781803ce50f86091a6ea
|
7
|
+
data.tar.gz: a24798128ed1d1ce000b45ef7b3dc99ec5090c821eda278d4b27267408a0f07c84eb31494d7ae41aed7d89e7589d9cc2afb74518d853eadc665eea5b26f53fd1
|
@@ -90,13 +90,13 @@ module Smartcloud
|
|
90
90
|
# warn_symbol = "#{('\u26a0').force_encoding('utf-8')}"
|
91
91
|
symbol_text = (severity == 'INFO') ? info_symbol : "#{severity}:"
|
92
92
|
|
93
|
-
"\t\t\t------> #{severity_text} #{message}\n"
|
93
|
+
"\t\t\t------> #{severity_text} #{warn_symbol} #{error_symbol} #{severity_text} #{message}\n"
|
94
94
|
end
|
95
95
|
end
|
96
96
|
|
97
97
|
def set_logger_formatter_tabs
|
98
98
|
logger.formatter = proc do |severity, datetime, progname, message|
|
99
|
-
"\t\t\t\t\t
|
99
|
+
"\t\t\t\t\t #{message}"
|
100
100
|
end
|
101
101
|
end
|
102
102
|
end
|