From the Identity Panel application folder, find and run mongo.exe.
Optionally, to see a list of databases, type:
show dbs
Then to show errors type:
use IdentityPanelDB_v3
db.LogMessage.find().sort({ts:-1}).limit(50)[0]
From the Identity Panel application folder, find and run mongo.exe.
Optionally, to see a list of databases, type:
show dbs
Then to show errors type:
use IdentityPanelDB_v3
db.LogMessage.find().sort({ts:-1}).limit(50)[0]
Comments
0 comments
Please sign in to leave a comment.