You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After logs configuring you should wrap up your logger:
82
77
83
78
logger = Logger.new('mylog.log')
@@ -135,18 +130,35 @@ Also there are two methods for getting last values of metrics:
135
130
136
131
- get_latest_all_metrics - return all values of existed metrics
137
132
138
-
``` Stackify::Metrics.get_latest_all_metrics```
133
+
``` Stackify::Metrics.get_latest_all_metrics```
139
134
140
135
## Requirements
136
+
141
137
Ruby: 1.9/2.0/2.1
142
138
143
139
Rails: 3.x/4.x
144
140
145
-
Contributing
146
-
------------------
141
+
## Troubleshooting
142
+
143
+
If there are problems, you can enable internal logging of the stackify-api-ruby project. Uncomment out the config.logger and config.logger.level lines in the 'config/initializers/stackify.rb' file:
0 commit comments