Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
gravitational
/
teleport
Public
Notifications
You must be signed in to change notification settings
Fork
2.1k
Star
20.8k
Code
Issues
2.8k
Pull requests
633
Discussions
Actions
Projects
Security and quality
5
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
iOS: Logging Part 2 – Basic File Persistence
- #69587
#69587
Closed
gmedori
wants to merge 11 commits into
master
gravitational/teleport:master
from
ios/log-persistence
gravitational/teleport:ios/log-persistence
Copy head branch name to clipboard
Conversation
Commits
11
(11)
Checks
Files changed
Closed
iOS: Logging Part 2 – Basic File Persistence
#69587
gmedori
wants to merge 11 commits into
master
gravitational/teleport:master
from
ios/log-persistence
gravitational/teleport:ios/log-persistence
Copy head branch name to clipboard
Commits
Commits on Aug 13, 2026
Add clients for interacting with the iOS file system
gmedori
committed
cf44e93
View commit details
Copy full SHA for cf44e93
Browse repository at this point
Consolidate log formatting code
gmedori
committed
3e9096a
View commit details
Copy full SHA for 3e9096a
Browse repository at this point
Update logging call sites to use error parameter
gmedori
committed
eaf1340
View commit details
Copy full SHA for eaf1340
Browse repository at this point
Add stubbed RotatingFileLogHandler
gmedori
committed
55deae3
View commit details
Copy full SHA for 55deae3
Browse repository at this point
Fix dependencies and expose file system client
gmedori
committed
eb428d6
View commit details
Copy full SHA for eb428d6
Browse repository at this point
Add initial type definitions for implementing the RotatingFileWriter
gmedori
committed
93c1d72
View commit details
Copy full SHA for 93c1d72
Browse repository at this point
Add the bare minimum API surface to be able to write tests against it.
gmedori
committed
21194de
View commit details
Copy full SHA for 21194de
Browse repository at this point
Add failing tests that we will make pass as we implement the rotating file writer
gmedori
committed
2e9ba7d
View commit details
Copy full SHA for 2e9ba7d
Browse repository at this point
Implement basic file writing
gmedori
committed
076dadb
View commit details
Copy full SHA for 076dadb
Browse repository at this point
Add a couple more tests
gmedori
committed
7b6a175
View commit details
Copy full SHA for 7b6a175
Browse repository at this point
Add a dependency on swift-collections so that we can use it's Deque for more efficient log storage
gmedori
committed
ee56483
View commit details
Copy full SHA for ee56483
Browse repository at this point
You can’t perform that action at this time.