Search found 2 matches

by victor.iorinescu
Thu Dec 15, 2022 6:02 pm
Forum: ESP-IDF
Topic: How to show Date and Time in log?
Replies: 4
Views: 3958

Re: How to show Date and Time in log?

Yes, there are two options:
Milliseconds Since Boot (LOG_TIMESTAMP_SOURCE_RTOS)
System Time (LOG_TIMESTAMP_SOURCE_SYSTEM)
Unfortunately, both of them display a number; I would like something like "YYYY-MM-DD hh:mm:ss"
by victor.iorinescu
Fri Dec 09, 2022 9:31 pm
Forum: ESP-IDF
Topic: How to show Date and Time in log?
Replies: 4
Views: 3958

How to show Date and Time in log?

I searched the documentation and there is no mention on how to view the date and time in log. The current second timestamp is unreadable.