Skip to content

Commit e99d48b

Browse files
committed
fix: change log level to verbose for enhanced logging detail in main.c
1 parent 41e1b11 commit e99d48b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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_Warn);
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)