Difference between revisions of "/dev/stdout"

From wikieduonline
Jump to navigation Jump to search
Line 9: Line 9:
  
 
== Related ==
 
== Related ==
* <code>[[set -x]]</code>
+
* <code>[[set -x]]</code> to print every command that is executed and every variable that is set to the [[standard output]] in [[Bash]]
  
 
== See also ==
 
== See also ==

Revision as of 07:07, 13 April 2022

wikipedia:Stdout

  • 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

  • https://12factor.net/logs
  • Advertising: