I've a file sink configured in the appsettings.json of my application.
It works perfectly but now I want to add an expression template to format the output in my file.
As I can see, there's no way to set expression template using configuration files.
If this is not possible, is there a way to use inline configuration for my file sink but to keep the file path into the configuration file ?
Thanks