Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Specify different log files for different log facilities #18

Open
leojackson opened this issue Aug 24, 2020 · 0 comments
Open
Assignees
Labels
feature New feature or request
Milestone

Comments

@leojackson
Copy link
Owner

Is your feature request related to a problem? Please describe.
It's frustrating when I don't want to have all the logs for errors, warnings, verbose, etc. comingled together in a single file

Describe the solution you'd like
I'd like the ability to specify different log files for different write events. Something like a flag to Set-LogPath that allows the command to only affect the logged events related to a specific log facility. For example:

Set-LogPath -Path C:\Logs\ErrorLogs.log -Facility Error
Set-LogPath -Path C:\Logs\WarnAndVerbose.log -Facility Warning,Verbose

This would allow for more specialized use cases for log files, e.g. some logs (error & debug) are only visible to admins, whereas other logs are visible to anyone, all using the log location and file system permissions.

@leojackson leojackson added the feature New feature or request label Aug 24, 2020
@leojackson leojackson added this to the 0.2.0 milestone Aug 24, 2020
@leojackson leojackson self-assigned this Aug 24, 2020
@leojackson leojackson modified the milestones: 0.2.0, 1.0.0 Aug 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant