Hello,
I have downloaded the latest version of the Logging module and it seems to have broken (or fixed 😛 ) the method I used (Issue #33). Digging around it seems like most of the previous plumbing of the Logging.psm1 file has changed. Anytime I use Write-Log now the message goes to all targets. My goal is to send more verbose logs to File and send only major errors to slack, otherwise it gets very noisy in the slack channel.
Is there different way to achieve the same result with the newer versions?
Thank you
Hello,
I have downloaded the latest version of the Logging module and it seems to have broken (or fixed 😛 ) the method I used (Issue #33). Digging around it seems like most of the previous plumbing of the Logging.psm1 file has changed. Anytime I use Write-Log now the message goes to all targets. My goal is to send more verbose logs to File and send only major errors to slack, otherwise it gets very noisy in the slack channel.
Is there different way to achieve the same result with the newer versions?
Thank you