Skip to content

Commit e767ef4

Browse files
committed
fix: change log level from verbose to info for reduced verbosity
1 parent 837ec55 commit e767ef4

1 file changed

Lines changed: 1 addition & 1 deletion

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_Verbose);
431+
Dmod_SetLogLevel(Dmod_LogLevel_Info);
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)