How to find the error log or enable log while using docker?

U01HX2U4NLQ
U01HX2U4NLQ Posts: 67 πŸ§‘πŸ»β€πŸš€ - Cadet

Hi,

How to find the error log(exception, application, propel, etc.) or enable the log while using docker?

Previously I tracked the logs under the folder(../project/data/logs/) while using vagrant.

Tagged:

Best Answer

  • giovanni.piemontese
    giovanni.piemontese Spryker Solution Partner Posts: 871 πŸ§‘πŸ»β€πŸš€ - Cadet
    Answer βœ“

    docker/sdk logs or just via dashboard there is a link to logger.io instance that catch all logs of application..

    in docker data/logs is not synced

Answers

  • giovanni.piemontese
    giovanni.piemontese Spryker Solution Partner Posts: 871 πŸ§‘πŸ»β€πŸš€ - Cadet
    Answer βœ“

    docker/sdk logs or just via dashboard there is a link to logger.io instance that catch all logs of application..

    in docker data/logs is not synced

  • U01HX2U4NLQ
    U01HX2U4NLQ Posts: 67 πŸ§‘πŸ»β€πŸš€ - Cadet

    @UL65CH0MC Thank you for your support. 🀝