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

Feature request: yaml configuration file #59

Open
PJ127 opened this issue Sep 7, 2020 · 0 comments
Open

Feature request: yaml configuration file #59

PJ127 opened this issue Sep 7, 2020 · 0 comments

Comments

@PJ127
Copy link

PJ127 commented Sep 7, 2020

Hello,

thank you for your great work. I've kept wondering why you are using .toml file, which are less common than for example .yaml file, and more tedious to read (especially when you don't have a plugin, like in Eclipse).

[[sink]]
name = "null_sink_mt"
type = "null_sink_mt"
level = "info"

# only works for Linux
[[sink]]
name = "syslog_st"
type = "syslog_sink_st"

whereas you could have a more elegant and less redundant:

sink:
    null_sink_mt: 
           type: null_sink_mt
           level: info
    syslog_st: # only work for Linux
           type: syslog_sink_st

Thank you for your time.

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

No branches or pull requests

1 participant