hello
is it possible to define a sipserver option that writes specific log message to the log database?
currently we have standard=network, and see these messages in the log DB as expected.
We want to do the same with a trace message but not all of these if it can be avoided.
if we cant then i was going to update section=log, option=trace, value=network. Presumably this will write all the trace messages into the log DB but also add network load and DB strorage which we want to prevent.
thanks