Replies: 1 comment 3 replies
-
Hi @yooakim,
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using quite a bit of PowerShell and it can sometimes be desirable to quickly log what you do in PowerShell.
One though I have is to use
seqcli
to simply log messages. Logging simple messages works fine, as this:But what I really would like is to be able to use a message template to capture structured messages. As an example:
as I understand it the
secqli log
command supports message templates. but what I can't figure out is how do I send the values to be used by the message template fromseqcli
?This may not be a good way do log from PowerShell, if so let me know! :-) but if one could send structured log messages from PowerShell (seqcli) it would be great.
Beta Was this translation helpful? Give feedback.
All reactions