Difference between revisions of "/dev/stdout"
Jump to navigation
Jump to search
↑ https://12factor.net/logs
Line 10: | Line 10: | ||
== Related == | == Related == | ||
* <code>[[set -x]]</code> | * <code>[[set -x]]</code> | ||
− | |||
== See also == | == See also == |
Revision as of 07:06, 13 April 2022
2>&1
>&
- The twelve-factor app treat logs as event streams and each runnig process ts event stream, unbuffered, to
stdout
.[1]
Related
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: