Old title: Where is stdout and stderr? [resolved]
Manual:dumpBackup.php states:
The XML file is sent to standard output (stdout); progress reports are sent to standard error (stderr)?
Where is stdout and stderr found?
Thank you.
Old title: Where is stdout and stderr? [resolved]
Manual:dumpBackup.php states:
The XML file is sent to standard output (stdout); progress reports are sent to standard error (stderr)?
Where is stdout and stderr found?
Thank you.
Hi!
That are the default output and the output device for errors. When you call the script from the shell, then both outputs should by default be sent to the shell, meaning: You should see "informational" output and errors directly on screen. You can also redirect output to other places, for example into a file.
ok thank you anon! so when i use Manual:dumpBackup.php and type:
where in the world does dump.xml appear?
Thank you!
hi again anon! thank you for your response! it is definitely not there. any other suggestions where?