Skip to content

Commit

Permalink
Change debugging level from 'info' to 'debug'
Browse files Browse the repository at this point in the history
:Release Notes:
Change Debugging level to debug bootd easily on system reboot failure

:Detailed Notes:
Change bootManager log to debug and append to /var/log/messages

:Testing Performed:
Local Test: OK

:QA Notes:
NA

:Issues Addressed:
[WRP-27303] [OSE] Update to launch the first app considering to display HW

Change-Id: Iccd0e68bdfb62da694e547a5722b581e2aded931
  • Loading branch information
Hotaek Jung committed Sep 27, 2023
1 parent 5a26755 commit 48c6e7c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion files/conf/pmlog/default.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,17 @@
{"filter" : "*.*", "output" : "devlog"}
]

},
{
"name" : "bootManager",
"level" : "debug",
"logProcessIds" : true,
"logThreadIds" : false,
"logToConsole" : false,
"rules" : [
{"filter" : "*.*", "output" : "stdlog"}
]

}
],

Expand All @@ -53,7 +64,7 @@
"maxSize" : 2000,
"rotations" : 5

}
}
],

"contextLogging" : false
Expand Down

0 comments on commit 48c6e7c

Please sign in to comment.