Difference between revisions of "/dev/stdout"
Jump to navigation
Jump to search
↑ https://12factor.net/logs
Line 1: | Line 1: | ||
+ | {{lc}} | ||
[[wikipedia:Stdout]] | [[wikipedia:Stdout]] | ||
Line 6: | Line 7: | ||
* The [[twelve-factor app]] treat logs as event streams and each runnig process ts event stream, unbuffered, to <code>stdout</code>.<ref>https://12factor.net/logs</ref> | * The [[twelve-factor app]] treat logs as event streams and each runnig process ts event stream, unbuffered, to <code>stdout</code>.<ref>https://12factor.net/logs</ref> | ||
+ | |||
+ | == Related == | ||
+ | * <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: