Skip to content

Commit d5149ce

Browse files
kv2019ilgirdwood
authored andcommitted
app: prj.conf: use Linux log format by default
Set CONFIG_LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP=y for SOF builds by default. This aligns the log timestamps to format used in Linux kernel logs. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
1 parent 176ae5d commit d5149ce

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

app/prj.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ CONFIG_LOG_PROCESS_THREAD_SLEEP_MS=100
2929
CONFIG_LOG_BUFFER_SIZE=4096
3030
# Use stack that is sufficient for SOF backends
3131
CONFIG_LOG_PROCESS_THREAD_STACK_SIZE=4096
32+
# Use Linux kernel style timestamp format
33+
CONFIG_LOG_OUTPUT_FORMAT_LINUX_TIMESTAMP=y
3234

3335
# Requires heap_info() be implemented, but no Zephyr wrapper
3436
CONFIG_DEBUG_MEMORY_USAGE_SCAN=n

0 commit comments

Comments
 (0)