# Redirect output to stderr.
...
783 bytes (115 words) - 18:59, 29 October 2025
...be used trivially. Instead, it is possible to make OpenRC write stdout and stderr to log files:
...
3 KB (561 words) - 04:29, 5 February 2025
WARNING: cannot open logfile, logs will be directed to stderr
...
2 KB (238 words) - 14:53, 1 June 2023
start_stop_daemon_args="--stdout /var/log/$RC_SVCNAME/${RC_SVCNAME}.log --stderr /var/log/$RC_SVCNAME/${RC_SVCNAME}.log"
...
2 KB (374 words) - 19:52, 1 June 2023
# Redirect stderr to stdout while downloading the file.
# Redirect stderr to stdout while downloading the source file, tell curl
...
16 KB (2,145 words) - 09:42, 12 March 2012
cat > /dev/stderr <<EOF
cat > /dev/stderr <<EOF
...
11 KB (1,568 words) - 12:40, 11 July 2025
* <code>"/dev/stderr"</code>
...e>getline < "-"</code>. As an alternative to <code>print ... > "/dev/stderr"</code>, you can also use: <code>print ... | "cat 1>&2"</code>.
...
38 KB (5,959 words) - 07:42, 9 November 2024
# the log file, "" means log to stderr.
...
67 KB (10,039 words) - 13:54, 10 January 2024