YottaDB / YDB

Mirrored from https://gitlab.com/YottaDB/DB/YDB
Other
76 stars 37 forks source link

Modify dse, lke, mupip, etc. to write to stdout instead of stderr #128

Open CoherentLogic opened 6 years ago

CoherentLogic commented 6 years ago

In order to behave in the way that standard UNIX utilities behave, the tools need to be reworked to write non-error-related information to stdout instead of stderr. Aware that they currently all make use of the function that YottaDB uses for error messages, so this may not be a trivial change.

I am also aware that using 2>&1 is a workaround, but it's kludgey at best.