guangie88 / spdlog_setup

spdlog setup initialization via file configuration for convenience.
MIT License
78 stars 41 forks source link

Is it possible to read environment variable directly in the TOML config file? #31

Open PuneetPatwari opened 5 years ago

PuneetPatwari commented 5 years ago

Hi @guangie88 , Is it at all possible to fetch environment variable directly in the TOML file other than the tag-based approach?

guangie88 commented 5 years ago

Nope, most templating engine e.g. Jinja2 doesn't do this by default either.