Log file Viewer
Help
|
Karma
| Search:
#mongodb logs for Wednesday the 31st of July, 2019
(
Back to #mongodb overview
) (
Back to channel listing
) (
Animate logs
)
[
14:35:57
] <
AJTJ
> I'm trying to run a insertMany documents into a collection, but my iterm2 crashes when I try to paste lots into it
[
16:17:56
] <
seok
> Hi guys,
[
16:18:19
] <
seok
> I'm writing a program to store mongodb logs to mongodb
[
16:18:57
] <
seok
> I wish to set verbosity to 2 for the database I want to listen to, and not the database I'm writing to
[
16:19:10
] <
seok
> as that would just create an infinite loop of logging
[
16:19:25
] <
seok
> I think if I run 2 mongo instances it would solve the issue
[
16:19:36
] <
seok
> Is there a way to do this with just one instance?