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

Enable plugins to define default logging configurations for their needs #6802

Closed
uboness opened this issue Jul 9, 2014 · 1 comment
Closed

Comments

@uboness
Copy link
Contributor

uboness commented Jul 9, 2014

Currently we load the logging configuration from a single file (the logging.xxx under the config dir, where xxx can be on of: yml, json, properties).

It should be possible to have multiple logging configuration files under the config dir (potentially under different sub directories) and merge all to form the final the logging configuration. This will enable plugins to define their own extension to the logging infra (so they can come with default logging settings)

@uboness uboness added enhancement and removed v1.2.3 labels Jul 9, 2014
@uboness uboness closed this as completed in 610900b Jul 9, 2014
uboness added a commit that referenced this issue Jul 9, 2014
- adds support for multiple logging configurations under the config dir (will pick up any logging.xxx in the config folder tree)
- plugins can now define a top level config directory that will be copied under es config dir and will be renamed after the plugin name (same as the support we have the plugin "bin" dirs)

 Closes #6802
@clintongormley
Copy link

@uboness would be good to have this documented somewhere

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants