.. _Scheduler Logs: .. _user-guide.log_files: Workflow Logs ============= Cylc produces log files which record information about how the workflow was installed, configured when started or changed, and about tasks that have run and their outcomes. Log Files --------- Cylc log files are located in the workflow :term:`run directory`. .. describe:: log/scheduler/ Contains the scheduler log files, these detail everything that a workflow did whilst it ran and are key to debugging issues. Every time you start or restart a workflow a new log file is created in this location: .. describe:: log/scheduler/--.log For more information on this file, see :ref:`log_files.scheduler_log`. .. describe:: log/config/ Contains a record of the workflow configuration files: .. describe:: log/config/--.cylc The parsed contents of the ``flow.cylc`` (or ``suite.rc``) file from each start, restart or reload of the workflow. .. describe:: log/config/flow-processed.cylc The unparsed contents of the ``flow.cylc`` (or ``suite.rc``) file that the workflow was most recently started or restarted from. This file has not been parsed by Cylc so is still in the definition order, however, Jinja2 process has been performed making it useful for debugging Jinja2 issues. .. describe:: log/config/