/dev/stdout
Revision as of 11:37, 15 February 2024 by Welcome (talk | contribs) (Welcome moved page Stdout to /dev/stdout)
>&
- The twelve-factor app treat logs as event streams and each runnig process ts event stream, unbuffered, to
stdout
.[1]
find . 2>&1
Related[edit]
set -x
to print every command that is executed and every variable that is set to the standard output in Bash- CKA: Manage container stdout & stderr logs
See also[edit]
Advertising: