You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once #392 is achieved we should be able to freely configure the logs output via hooks. The could have a logging property that would allow us the register the hooks using heredoc.
logging {
hooks {
...
}
}
The text was updated successfully, but these errors were encountered:
Depends, if there is already a way to to write a config file for the hook we could avoid doing the mapping. I.E. lest suppose that the hook Elasticsearch is like this:
Once #392 is achieved we should be able to freely configure the logs output via hooks. The could have a
logging
property that would allow us the register the hooks using heredoc.The text was updated successfully, but these errors were encountered: