You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2025. It is now read-only.
What steps will reproduce the problem? 1. place a call to log() inside python view code What is the expected output? What do you see instead? Expected: log output in the couchdb log.
Instead: Error output from the view server Please use labels and text to provide additional information. Possible Solution:
Inject a log() function into the locals dictionary when evaluating view code.