Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overriding default.kafka.log_dir doesn't change the log_dir in the Appender blocks #61

Closed
rberger opened this issue Nov 7, 2014 · 2 comments

Comments

@rberger
Copy link

rberger commented Nov 7, 2014

If I override default.kafka.log_dir = '/var/log/kafka' in a wrapper cookbook to something else like:
node.default[:kafka][:log_dir] ='/data/logs/kafka' it updates that attribute but the *Appender attriibutes (like the line node.default[:kafka][:log_dir] ='/data/logs/kafka') still get set to /var/log/kafka

Not sure how to fix that. I've always had problems with compounding attributes in attribute files though its something I always want!

@mthssdrbrg
Copy link
Contributor

Yeah, this is definitely an issue, and I'm not exactly sure how to solve it in a nice way. I'll think a bit about it and would appreciate suggestions :)

@lock
Copy link

lock bot commented Apr 25, 2020

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Apr 25, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants