Kenji Okimoto
f2f8d27f24
Remove setting_params
...
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-05-25 13:51:30 +09:00
uu59
3c7786f262
Refactor plugin setting
...
Adding support for some plugins was hard.
After this commit, easy to add a plugin that has commonly
setting style.
Before:
- Add model, controller, and views for it.
After:
- Add model and controller. view is shared.
2014-11-04 14:29:31 +09:00
uu59
23a30452e4
Fix route name fluentd -> daemon by sed
...
$ git grep --name-only -E "[a-z0-9A-Z_]*fluentd_[a-zA-Z0-9_]*path" app/ | xargs gsed -i -E 's#([a-z0-9A-Z_]*)fluentd([a-zA-Z0-9_]*path)#\1daemon\2#g'
2014-07-24 15:28:04 +09:00
uu59
55ebbe6b80
Refactoring: to_conf -> to_config
2014-07-17 14:09:10 +09:00
uu59
b2594218b0
Simplified out_s3 setting
2014-07-17 14:03:32 +09:00
uu59
d47b60a953
Add out_s3 setting basis
2014-07-14 15:09:22 +09:00