Sphinx: Linking to logs?

Do we have a way of linking to a log file? Say I want to write
somethig like "this information goes into column X of conn.log". Or
should I just link to the Conn::Info identifier?

Robin

I would link to Conn::Info. After all, logging can be modified by the use using filters and/or different backends.

cu
Gregor

Do we have a way of linking to a log file? Say I want to write
somethig like "this information goes into column X of conn.log". Or
should I just link to the Conn::Info identifier?

The only thing you can link to right now is the Conn::Info.

+Jon