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

Removed error log for iOS <17 trying to start tunnel #526

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

joao-borges
Copy link

@joao-borges joao-borges commented Dec 6, 2024

Description

For an environment with mixed older iOS devices (v < 17) and newer ones (v >= 17) there is a persistent non stop log in the tunnel process that says tunnel was not created for iOS older version. This is a redundant information but to not lose the logging statement, I've moved it to a trace level and made the necessary changes to support that.

@joao-borges joao-borges force-pushed the remove_ios16_log_tunnel branch from daf6b11 to 4ac5f03 Compare December 6, 2024 22:18
@aluedeke
Copy link
Collaborator

@joao-borges can you split the PR in 2 please? i like both changes (there are a lot of things we should fix in docs) but handling them separately makes things just easier.

@joao-borges joao-borges force-pushed the remove_ios16_log_tunnel branch from 4ac5f03 to 1062a11 Compare December 18, 2024 17:42
@joao-borges
Copy link
Author

@aluedeke thanks for the feedback, I modified this PR to handle only the older iOS logs, and I opened a new one for the documentation changes: #535

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.

3 participants