fgrehm / vagrant-cachier

Caffeine reducer
http://fgrehm.viewdocs.io/vagrant-cachier
MIT License
1.08k stars 111 forks source link

Use our own Vagrant::UI for logging #77

Closed justincampbell closed 10 years ago

justincampbell commented 10 years ago

This causes log output to look like:

[Cachier] Configuring cache buckets...

instead of:

[default] Configuring cache buckets...

Memoizing a class instance variable in Cacher.ui is probably not the best way to accomplish this. Suggestions welcome.

patcon commented 10 years ago

Nice :)

tuminoid commented 10 years ago

What about multiple boxes going up parallel? How do you know in which box cachier failed?

fgrehm commented 10 years ago

Yeah, @tuminoid is right, the output needs to be machine specific otherwise it'll be really confusing when bringing up boxes in parallel.

@justincampbell thanks for you effort on putting up this PR but for now I'll just close the issue :-)

justincampbell commented 10 years ago

Ok thanks, sorry, I didn't think about multiple boxes