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 Technical Lead @ Löffelhardt 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 Technical Lead @ Löffelhardt 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. 🤝