We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fa8e23 commit cb6a648Copy full SHA for cb6a648
tools/rexm/rexm.c
@@ -181,6 +181,8 @@ static void UpdateWebMetadata(const char *exHtmlPath, const char *exFilePath);
181
//------------------------------------------------------------------------------------
182
int main(int argc, char *argv[])
183
{
184
+ SetTraceLogLevel(LOG_NONE);
185
+
186
// Path values can be configured with environment variables
187
exBasePath = getenv("REXM_EXAMPLES_BASE_PATH");
188
exWebPath = getenv("REXM_EXAMPLES_WEB_PATH");
0 commit comments