Mercurial > p > roundup > code
view doc/man_pages.txt @ 8443:39a6825d10ca
feat: allow admin to set logging format from config.ini
This is prep work for adding a per thread logging variable that can be
used to tie all logs for a single request together.
This uses the same default logging format as before, just moves it to
config.ini.
Also because of configparser, the logging format has to have doubled %
signs. So use:
%%(asctime)s
not '%(asctime)s' as configparser tries to interpolate that string and
asctime is not defined in the configparser's scope. Using %%(asctime)s
is not interpolated by configparser and is passed into Roundup.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 01 Sep 2025 21:54:48 -0400 |
| parents | e3b34d02c61a |
| children |
line wrap: on
line source
.. meta:: :description: Links to man pages for the top level commands provided by Roundup. ==================== Roundup Manual Pages ==================== Roundup man pages have been formated as html for your use. * `roundup-admin <man_pages/roundup-admin.1.html>`_ * `roundup-demo <man_pages/roundup-demo.1.html>`_ * `roundup-mailgw <man_pages/roundup-mailgw.1.html>`_ * `roundup-server <man_pages/roundup-server.1.html>`_
