Logging icon indicating copy to clipboard operation
Logging copied to clipboard

Powershell Logging Module

Results 18 Logging issues
Sort by recently updated
recently updated
newest added

We are using both the `Logging` module and `Start-Transcript`. The former to get a nicely formatted, human-readable log output. The latter to catch anything in case the former is not...

The default behavior sends one mail per Write-Log call, is the a way to send one bulk log mail per script execution? I looked into the the docs but did...

I'm trying to debug why a Windows Scheduled Task is hanging at Wait-Logging, even though all other operations have completed and I see all of the expected log entries flushed...

File / Function is missing, but still described in documentation. I would like to have an error counter.

I'd really like to use SEQ as logging target. It fails for every ```Write-Log``` command, because there is a problem in serializing the JSON, which I already fixed here: https://github.com/acsdatasystems/Logging/commit/c0980fa72b3275038638704edfc48c02310d6733...

enhancement
help wanted
discuss

Hi, is there a chance to get support for a proxy setting within the MS Teams target? Maybe this is also relevant for other target plugins. We could add this...

We could add a function that read a json file and configure targets, levels and format.

enhancement

the following script sometimes raises errors ```PowerShell Set-StrictMode -Version latest Import-Module Logging ``` because of the way `$Script:Logging` -and `$Script:LevelNames` are tested in `Set-LoggingVariables.ps1`

bug

Hi, is there a way to send messages to multiple Teams channels? Maybe switch between channels? I tried to set the WebHook on demand, sending a message to a different...

Hi, I really like this module. I noticed, that a field "hostname" is missing in $logMessage. Made a fork for my implementation, which currently has this change. **File:** _public/Write-Log.ps1_ `...

discuss