add endpoint for dmesg logs

This commit is contained in:
Aiden McClelland
2022-03-16 13:26:28 -05:00
committed by Aiden McClelland
parent 39a2685506
commit 659af734eb
3 changed files with 37 additions and 15 deletions

View File

@@ -77,6 +77,7 @@ pub fn main_api() -> Result<(), RpcError> {
#[command(subcommands(
system::logs,
system::kernel_logs,
system::metrics,
shutdown::shutdown,
shutdown::restart,