:mod:`eggshell.log` =================== .. py:module:: eggshell.log .. autoapi-nested-parse:: Logging ------- Progress and errors in WPS processes are logged by the server. The initialization of the log file for each process is done using the :func:`init_process_logger`. Module Contents --------------- .. function:: init_process_logger(filename=None) Connect and initialize the logging mechanism to a given file. :param str filename: Logging file name. Defaults to log.txt