Skip to content

Commit 837ec55

Browse files
committed
fix: update log level to verbose for enhanced logging detail
1 parent fbe0d74 commit 837ec55

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

lib/dmosi-freertos

lib/dmvfs

Submodule dmvfs updated 1 file

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ static void boot_shell(dmlog_ctx_t ctx)
428428

429429
int main(int argc, char** argv)
430430
{
431-
Dmod_SetLogLevel(Dmod_LogLevel_Info);
431+
Dmod_SetLogLevel(Dmod_LogLevel_Verbose);
432432
void* logs_start = &__logs_start__;
433433
void* logs_end = &__logs_end__;
434434
dmlog_index_t logs_size = (dmlog_index_t)((uintptr_t)logs_end - (uintptr_t)logs_start);

0 commit comments

Comments
 (0)