Difference between revisions of "/dev/stdout"
Jump to navigation
Jump to search
↑ https://12factor.net/logs
Line 7: | Line 7: | ||
* {{stdin}} | * {{stdin}} | ||
* {{logging}} | * {{logging}} | ||
+ | |||
+ | |||
+ | [[Category:Linux]] |
Revision as of 10:17, 8 January 2020
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: