How can I configure the console .log manually added in WebODM to print logs in the browser developer tools?

I deploy the command in WebODM via docker webodm.sh start running the project

Original Text

我是通过docker部署的方式 在webodm中执行命令 webodm.sh start 运行的项目

1 Like

Hmm… I’m not sure exactly what you’re asking for.

The console log is printed under the Task in WebODM. Is that not sufficient for what you need?

I am an ODM beginner, log console log where can I see specifically, how should I operate, thanks to the senior guidance

Original Text

我是ODM初学者,日志 console log 具体在哪里可以看到,我应该怎么操作,感谢前辈指导

1 Like

Once the Task has completed processing, you can find the console.log in the “All Assets” zipfile that you can download on-demand.

While the Task is processing, however, you can expand the Task by clicking the + icon next to the name, and you will then see the console printing messages as they come in if you click Task Output and turn it to “On”.

Translated Text

任务处理完成后,您可以在“所有资产”压缩文件中找到控制台.log您可以按需下载该文件。

但是,在处理任务时,您可以通过单击名称旁边的 + 图标来展开任务,然后,如果您单击任务输出并将其设置为“开”,您将看到控制台打印消息。

1 Like

Sorry, senior, I didn’t make it clear, I mean how can I print the console .log I added in js code in the browser developer tools on port 8000 after docker deployment

Original Text

不好意思,前辈,是我没有表达清楚,我的意思是我怎么才能在docker部署之后的8000端口,浏览器开发者工具中打印我在js代码中添加的console.log

1 Like

Ah, apologies. I am not aware of how that might be possible, unfortunately

Translated Text

啊,抱歉。不幸的是,我不知道这怎么可能

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.