Skip to content

Conversation

@bcpeinhardt
Copy link
Contributor

@bcpeinhardt bcpeinhardt commented Sep 19, 2025

Adds a log-dir flag to the cli so logs can be written to a particular directory rather than stderr if desired.

Short: "Network isolation tool for monitoring and restricting HTTP/HTTPS requests",
Long: `boundary creates an isolated network environment for target processes, intercepting HTTP/HTTPS traffic through a transparent proxy that enforces user-defined allow rules.`,
Options: []serpent.Option{
serpent.Option{
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The type annotations are redundant.

},
serpent.Option{
{
Flag: "log-dir",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need the option to send logs to a directory when running applications like claude inside boundary so that the logs don't break up/cause bugs in the tui rendering

@bcpeinhardt bcpeinhardt marked this pull request as ready for review September 19, 2025 16:39
@evgeniy-scherbina evgeniy-scherbina merged commit 55a44f2 into main Sep 25, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants