Motivation
Scoping and redefining #8400 to frontload smaller deliverable - let's approach option of post-processing a log file - a binlog to start with.
The prototype might in the future version incorporate external library for classifying string tokens based on well known tokens characteristics. However to start with we'll use user specified input on commandline.
Sample envisioned usage:
dotnet redact-binlog msbuild.binlog -p:pwd1 -p:"multi word \" pwd"
Expected outputs
- Prototype of redacting tool
- Prototype it's build and packaging
- Proper separation of tokens classification module - so that more sophisticated library can be pluged in
- Perf measurements on binlog produced by OrchardCore build and sample internal infra build binlog
- (Optional) prototype plugging in into our infra
Motivation
Scoping and redefining #8400 to frontload smaller deliverable - let's approach option of post-processing a log file - a binlog to start with.
The prototype might in the future version incorporate external library for classifying string tokens based on well known tokens characteristics. However to start with we'll use user specified input on commandline.
Sample envisioned usage:
Expected outputs