Where to see compilation errors of C++ UDFs

I am following instructions from: https://docs.tigergraph.com/dev/gsql-ref/querying/operators-functions-and-expressions/func/query-user-defined-functions

in order to define some user-defined functions I need in C++. However, I suspect something is going wrong during compilation of this C++ code because some of my already-existing GSQL queries that were working so far, stopped compiling.

Is there any place I can see the compilation errors when defining UDFs with C++ code?

You can try running gadmin log gsql on your host machine, which will output the local directory where the log files are saved.

These may be a bit cryptic to read, but there should be some information about UDF errors if they were not compiled correctly.

(Documentation)

1 Like