logCollectionRegExps not working?
See original GitHub issueUsing the upgraded run-vcpkg with the logCollectionRegExps
option, it didn’t seem to pick up the build failures in this log, despite the regex matching the 1st log path:
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
How do I collect different types of logs in full regex mode?
If you want to collect logs in full regex mode, the logs that you want to collect must be of the same type....
Read more >Using Regular Expression to Expand Your Log Search Options
In this final installment, we'll look at some simple regular expressions that will greatly expand your Log Search options. Start running ...
Read more >EM 13c: Metric DB Alert Log Filter Regular Expression (RegEx ...
Enterprise Manager 13c is creating an Incident for the Error: ORA-31, even after adding it to the Filter Expression of the EM Metric:...
Read more >Regex matching does not work · Issue #107 · JetBrains/ideolog
I noticed several problems with the Regex pattern matching in this plugin: Neither the "Message Pattern" nor the "Message Start Pattern" allow ...
Read more >unable to parse multiline regex pattern - Stack Overflow
we are trying to parse multiline format on tomcat logs, if the pattern is not matching they are coming in a ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It should be fixed in
run-vcpkg@v7.4
or simplyrun-vcpkg@v7
. Please report back!@vadi2 by code inspection, the unit test is leveraging the wrong
ToolRunner
class, this may certainly be a problem. To be investigated.