Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Allow nanocl logs to support multiple process names #1143

Open
leon3s opened this issue Nov 4, 2024 · 0 comments
Open

Feature: Allow nanocl logs to support multiple process names #1143

leon3s opened this issue Nov 4, 2024 · 0 comments
Labels
cli Include change in `bin/nanocl` enhancement New feature or request good first issue Good for newcomers

Comments

@leon3s
Copy link
Member

leon3s commented Nov 4, 2024

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

  • Running separate nanocl logs commands for each process, which is cumbersome and not ideal for tracking logs from interconnected processes.
  • Piping outputs from individual 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.

@leon3s leon3s added enhancement New feature or request good first issue Good for newcomers cli Include change in `bin/nanocl` labels Nov 4, 2024
@leon3s leon3s changed the title Allow nanocl logs to support multiple process names Feature: allow nanocl logs to support multiple process names Nov 4, 2024
@leon3s leon3s changed the title Feature: allow nanocl logs to support multiple process names Feature: Allow nanocl logs to support multiple process names Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Include change in `bin/nanocl` enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant