Skip to content

Commit 2c29446

Browse files
committed
remove validation
Signed-off-by: Mai Bui <[email protected]>
1 parent 8afda93 commit 2c29446

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

show/main.py

-3
Original file line numberDiff line numberDiff line change
@@ -1260,9 +1260,6 @@ def table(verbose):
12601260
@click.option('--verbose', is_flag=True, help="Enable verbose output")
12611261
def logging(process, lines, follow, verbose):
12621262
"""Show system log"""
1263-
if process and not re.match(r'^[a-zA-Z0-9\s]+$', process):
1264-
sys.exit('Process contains only number, alphabet, and whitespace.')
1265-
12661263
if os.path.exists("/var/log.tmpfs"):
12671264
log_path = "/var/log.tmpfs"
12681265
else:

0 commit comments

Comments
 (0)