Ali Lahijani

Results 4 comments of Ali Lahijani

For .Net Core, the current (ugly) workaround is to use double underscores, like `Logging__LogLevel__Default` instead of `Logging:LogLevel:Default`. It's documented [here](https://docs.microsoft.com/en-us/aspnet/core/fundamentals/configuration/?tabs=basicconfiguration).

For a second I though I had a flash of genius, ``` npx -p right-pad -- node -e 'require("right-pad")' ``` But not really.

@d-rk The IBM/sarama issue is now closed.

@mattalberts This sounds very interesting. Is there an example with yaml files that demonstrates how to do that?