CategoricalData / CQL

Categorical Query Language IDE
http://categoricaldata.net
299 stars 23 forks source link

CmdLine logging #48

Closed o1lo01ol1o closed 4 years ago

o1lo01ol1o commented 4 years ago

Is there an option to enable logging to stdout when running via the command line?

wisnesky commented 4 years ago

Unfortunately no, in the sense that there’s not even really any logging to print anywhere. In the viewer partial results show up but, but on the command line your best bet is to track progress with commands, for example,

command stage1complete = exec_js { “any_java_js_nashorn_expression” “another expression” “1+1” //won’t do much }

On Jul 14, 2020, at 10:47 AM, Tim Pierson notifications@github.com wrote:

Is there an option to enable logging to stdout when running via the command line?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/CategoricalData/CQL/issues/48, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA2QKN2MHJMQH4MMVFFINJTR3SK2PANCNFSM4OZX4GQQ.

o1lo01ol1o commented 4 years ago

N.B. this forces sequential evaluation.