From 0ee2eb7e8efaaf6ef573d43c595ee50346bcc6fd Mon Sep 17 00:00:00 2001 From: Steve Nyemba Date: Fri, 15 Aug 2025 17:34:50 -0500 Subject: [PATCH] ... --- bin/smart-logger | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/smart-logger b/bin/smart-logger index af3d2af..35febec 100755 --- a/bin/smart-logger +++ b/bin/smart-logger @@ -30,12 +30,13 @@ import plugin_ix # iregistry = plugins.Registry(meta.__home__) -@_cli.command(name='log-intruder') +@_cli.command(name='login') def intrusion(path:str='/var/log/auth.log', year:int=datetime.now().year,debug:bool=False): """ This function """ _r = smart.logger.read(path=path,year=year) + if _r : for _id in _r : if hasattr(smart.logger,_id):