From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from srv1.stroeder.com (srv1.stroeder.com [213.240.180.113]) by mail.toke.dk (Postfix) with ESMTPS id 112627C4427 for ; Sun, 3 Jan 2021 18:41:48 +0100 (CET) Authentication-Results: mail.toke.dk; dkim=pass (1536-bit key) header.d=stroeder.com header.i=@stroeder.com header.b=aQfbNJOC DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=stroeder.com; s=stroeder-com-20201114; t=1609695708; bh=lrtNvQbpx7gXpffDXo7UBq7VeGIQH3YiZmN67vCAWAg=; h=Subject:To:References:From:Date:In-Reply-To:From; b=aQfbNJOCTZT7ItrwnVkA0PpyqLKFMDkAmsT5IOL25b9CeNsMhf13cb1pfEt7fQqDZ a3XTZRWbijvRK8FYajPKlNoA4wnT0+39QxqytYT/t6XfRQHxcyZRLK0h1a1ocjjpZf XDDwFnC6f9BBmXw6AYI0hbiuZiFQzU2wK24seJFqr3yvgZcBABjO59yw90SwxQOo2D 82ELJB4KxtAydXbU1OaQ5W/MEFWLCMY1X7ltXIpMHf6EOTtKX2pEeFupgCm To: galene@lists.galene.org References: <59e629e6-18d9-097c-b91f-60e8cec9e310@stroeder.com> <87ble66jll.wl-jch@irif.fr> From: =?UTF-8?Q?Michael_Str=c3=b6der?= Message-ID: <41387328-1706-69d5-cf4e-9202912238ec@stroeder.com> Date: Sun, 3 Jan 2021 18:41:47 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.6.0 MIME-Version: 1.0 In-Reply-To: <87ble66jll.wl-jch@irif.fr> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: quoted-printable Message-ID-Hash: FH7V6JTF4WMH5PGMQRVGU77MI4SOEQOM X-Message-ID-Hash: FH7V6JTF4WMH5PGMQRVGU77MI4SOEQOM X-MailFrom: michael@stroeder.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; suspicious-header X-Mailman-Version: 3.3.2 Precedence: list Subject: [Galene] Re: enable debug log List-Id: =?utf-8?q?Gal=C3=A8ne_videoconferencing_server_discussion_list?= Archived-At: List-Archive: List-Help: List-Post: List-Subscribe: List-Unsubscribe: On 1/3/21 6:00 PM, Juliusz Chroboczek wrote: >> I see some log.Printf() calls in the code. But how to enable the messa= ge >> output? >=20 > It goes to standard output. If you're running Gal=C3=A8ne from the ter= minal, > it will appear on the terminal. Do I have to set a log level somewhere? There is no output at all when starting like this (even as root): /usr/sbin/galene -http 0.0.0.0:8444 -data /etc/galene -groups /var/lib/galene/groups -static /usr/share/galene/static -recordings /var/lib/galene/recordings But the server runs and answers requests. Ciao, Michael.