Feature: Allow nanocl logs
to support multiple process names
#1143
Labels
cli
Include change in `bin/nanocl`
enhancement
New feature or request
good first issue
Good for newcomers
Is your feature request related to a problem? Please describe.
The current
nanocl logs
command only accepts a single process name (e.g.,nanocl logs my-process
). This limitation makes it inefficient for developers who need to monitor logs from multiple processes concurrently, requiring them to run multiple commands or manage multiple terminal sessions.Describe the solution you'd like
Extend the
nanocl logs
command to accept multiple process names as arguments.This would enable usage such as
nanocl logs my-process my-second-process
, streaming logs from all specified processes in a unified output.Describe alternatives you've considered
nanocl logs
commands for each process, which is cumbersome and not ideal for tracking logs from interconnected processes.nanocl logs
commands and merging them manually, which introduces unnecessary complexity.Additional context
Implementing this feature would make it more efficient for developers to debug and monitor systems involving multiple processes. This change could streamline workflows and better support real-time log analysis for multi-service applications.
The text was updated successfully, but these errors were encountered: