lemon-student-13425
01/05/2024, 10:57 AMchilly-king-10285
01/05/2024, 10:57 AMchilly-king-10285
01/05/2024, 10:57 AMlemon-student-13425
01/05/2024, 10:57 AMlemon-student-13425
01/05/2024, 11:37 AMchilly-king-10285
01/05/2024, 11:37 AMchilly-king-10285
01/05/2024, 11:37 AMlemon-student-13425
01/05/2024, 1:08 PMchilly-king-10285
01/05/2024, 1:08 PMchilly-king-10285
01/05/2024, 1:08 PMdocker logs
command followed by your container ID. If you're running Ory Kratos directly (not in a Docker container), the logs should be outputted directly to your console. If you want to keep these logs for future reference, you can redirect them to a file using the >
operator in your command line: bash kratos serve > kratos.log
This will save all console output (including the courier logs) to the kratos.log
file. Remember, the courier must run as a singleton to process the mail queue. It can be run as a background worker on a single-instance Kratos setup or as a distinct singleton foreground worker in multi-instance deployments. For more information on how to manage and troubleshoot your Ory Kratos setup, you can refer to the [Ory Kratos documentation](https://www.ory.sh/docs/kratos/self-hosted/mail-courier-selfhosted).