gpt4 book ai didi

mongodb - Mongo Shell - 控制台/调试日志

转载 作者:IT老高 更新时间:2023-10-28 11:12:11 25 4
gpt4 key购买 nike

可能是一个愚蠢的问题。尝试使用 Mongo shell。

我想做这样的事情:

matt@linuxvm:~/mongodb-linux-i686-1.2.3/bin$ ./mongo
MongoDB shell version: 1.2.3
url: test
connecting to: test
Thu Feb 25 20:57:47 connection accepted from 127.0.0.1:37987 #3
type "help" for help
> function test() { debug.log("hello") }
> test()
Thu Feb 25 20:58:06 JS Error: ReferenceError: debug is not defined (shell):0

换句话说,当在 Mongo shell 中评估 JS 函数时,如何输出到控制台。我打算使用一些管理/填充脚本来输出一些精细信息。

我试过console.log,debug.log,记录明显的..

最佳答案

我找到了答案,就是print

print("sweetnesss");

关于mongodb - Mongo Shell - 控制台/调试日志,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2334451/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com