-
### What happened in your environment?
The default logger provided by `NewLogger()` is printing all messages to stderr:
https://github.com/ratify-project/ratify/blob/e9152c9a544a8ab7b63631188ff1…
-
When filing a bug, please include the following headings if possible. Any
example text in this template can be deleted.
#### Overview of the Issue
I'm trying to prepare a Windows image to use o…
-
When check fails, you don't use the `stdout` stream. It should be better to indicate the failure *"Check failed with "* inside the `stderr` stream. Doing this allow extra tools to catch only checking …
-
As mentioned in #6573
> A corner case that is yet to be addressed is when a non-utf8 filename does not exist and it is escaped before being displayed
> ```
> $ ../../../gnu/src/cksum -c CHECKSUM …
-
```julia-repl
$julia -q --warn-overwrite=yes
julia> f() = 1
f (generic function with 1 method)
julia> g() = @eval f() = 1
g (generic function with 1 method)
julia> g()
WARNING: Method definition f()…
-
In the current version of Tork, the visibility of a job's `stdout` and `stderr` outputs is conditional:
1. **`stdout` Output**:
- Only visible when the job completes successfully.
2. **`…
-
I'd like to capture stdout and stderr.
yonas updated
1 month ago
-
Hi there,
the debugging info is sent to `stderr` rather of `stdout`.
```sh
$ trivy scan2html generate --scan2html-flags --output report-$(date +"%H%M%S").html --report-title "Repo Title" --with-e…
-
This means `eask analyze` does not play nicely in shell scripts.
Specifically, I want to do
```shell
eask analyze | grep "Warning"
```
Some commands will separate output and error per #123
`…
-
I have switched my language server [luapls](https://github.com/raiguard/luapls) from a log file to logging via stderr, but have noticed that the log messages are not printing in chronological order. T…