On Mon, Feb 3, 2014 at 5:52 PM, Scott Weber <[email protected]> wrote: > > Now I get an 'Invalid Log Message' when I try to log. My log message is > exactly: > ["log",{"log" : "The process started"}]
Have you tried to pass just "The process started" string without object wrapper? I wonder why you trying to do this, since there is no much reasons for it. > There’s also an API for adding messages to CouchDB’s logs. Its simply: > ["log", $MESG]\n > Where $MESG is any arbitrary JSON. There is no response from this command. As > with the config API, the trailing \n represents a newline byte Probably "any arbitrary JSON" is too greedy definition since the only acceptable JSON try is a string one. -- ,,,^..^,,,
