added log feature on extension

This commit is contained in:
Valmo Trindade
2024-12-14 21:12:56 -03:00
parent f5e35683a1
commit cfffbdf8bd
6 changed files with 44 additions and 4 deletions

View File

@@ -39,6 +39,7 @@ pub fn init() -> Extension {
)
.command("local_ip", util::get_local_address)
.command("uuid", util::get_uuid)
.command("log", util::log_info)
.group(
"ots_api",
Group::new()