Difference between revisions of "/dev/stdout"
Jump to navigation
Jump to search
↑ https://12factor.net/logs
Line 12: | Line 12: | ||
== Related == | == Related == | ||
* <code>[[set -x]]</code> to print every command that is executed and every variable that is set to the [[standard output]] in [[Bash]] | * <code>[[set -x]]</code> to print every command that is executed and every variable that is set to the [[standard output]] in [[Bash]] | ||
− | * [[CKA | + | * [[CKA: Manage container stdout & stderr logs]] |
== See also == | == See also == |
Revision as of 19:16, 23 August 2022
2>&1
>&
- The twelve-factor app treat logs as event streams and each runnig process ts event stream, unbuffered, to
stdout
.[1]
find . 2>&1
Related
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
- Standard streams:
/dev/stdin
,/dev/stdout
,/dev/stderr
,/dev/null
, File descriptor,set -x, 2>&1, stdbuf
- Linux logging, Cisco IOS logging
Advertising: