How to switch to system timestamps, instead of RTOS timestamps, in logging? #7951
Unanswered
cyberman54
asked this question in
Q&A
Replies: 1 comment
-
Short answer: No. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to have timestamps, based on system (not RTOS) time in logs?
I found logging in ESP32-IDF is controlled by defines in SDKonfig, while arduino-esp32 framework is using RTOS timestamp logging.
Im am using ESP_IDF logging style (USE_ESP_IDF_LOG set).
Is there a way to override the arduino-esp32 setting and switching to system time logging?
Beta Was this translation helpful? Give feedback.
All reactions