当前位置:  开发笔记 > 编程语言 > 正文

Mongo Shell - 控制台/调试日志

如何解决《MongoShell-控制台/调试日志》经验,为你挑选了1个好方法。

可能是一个愚蠢的问题.尝试使用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,登录明显的..



1> 小智..:

我找到了答案,很简单 print

print("sweetnesss");


printjson(thing)在处理对象时更有用
推荐阅读
爱唱歌的郭少文_
这个屌丝很懒,什么也没留下!
DevBox开发工具箱 | 专业的在线开发工具网站    京公网安备 11010802040832号  |  京ICP备19059560号-6
Copyright © 1998 - 2020 DevBox.CN. All Rights Reserved devBox.cn 开发工具箱 版权所有