Re: Unable to find/generate any rygel log file



On 4/29/2020 4:56 PM, Jens Georg wrote:
For debug messages to show up, you need to additionally set
G_MESSAGES_DEBUG=all as an environment variable.

There is no support for loggging to files, so something like

rygel -g *:5 2>&1 | tee rygel.log

Thanks! That worked. Perhaps a comment should be added to the sample rygel.conf and/or rygel manpage to mention this? The existing documents lead the user to think -g/--log-level and the rygel.conf setting will be effective without having to also set an environmental variable.

I realize now that the RYGEL_LOGFILE environmental variable is intended to be used in the start-stop-daemon context for redirecting stdout/stderr, but perhaps this could be explained in rygel documentation as well.

Adam



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]