Difference between revisions of "/dev/stdout"
Jump to navigation
Jump to search
↑ https://12factor.net/logs
(Created page with " == See also == * {{stdin}}") |
|||
Line 1: | Line 1: | ||
+ | |||
+ | 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> | ||
== See also == | == See also == | ||
* {{stdin}} | * {{stdin}} | ||
+ | * {{logging}} |
Revision as of 06:27, 30 December 2019
The twelve-factor app treat logs as event streams and each runnig process ts event stream, unbuffered, to stdout
.[1]
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: