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
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
.
dapr
/
kit
Public
Notifications
You must be signed in to change notification settings
Fork
46
Star
21
Code
Issues
3
Pull requests
2
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
feat: add log output destinations (--log-outputs) and file rotation
- #166
#166
Merged
JoshVanL
merged 11 commits into
dapr:main
dapr/kit:main
from
nelson-parente:feat/log-file-tee-and-rotation
nelson-parente/kit:feat/log-file-tee-and-rotation
Copy head branch name to clipboard
Sep 3, 2026
Conversation
Commits
11
(11)
Checks
Files changed
Merged
feat: add log output destinations (--log-outputs) and file rotation
#166
JoshVanL
merged 11 commits into
dapr:main
dapr/kit:main
from
nelson-parente:feat/log-file-tee-and-rotation
nelson-parente/kit:feat/log-file-tee-and-rotation
Copy head branch name to clipboard
Commits
Commits on Sep 2, 2026
feat: add --log-file-tee to write logs to both file and console
Show description for c1090e8
nelson-parente
committed
c1090e8
View commit details
Copy full SHA for c1090e8
Browse repository at this point
feat: add size/age-based rotation for --log-file output
Show description for 3b65989
nelson-parente
committed
3b65989
View commit details
Copy full SHA for 3b65989
Browse repository at this point
fix(test): call t.TempDir before registering the tee cleanup
Show description for 0f87d2c
nelson-parente
committed
0f87d2c
View commit details
Copy full SHA for 0f87d2c
Browse repository at this point
test: cover rotation behaviour, flag registration and tee+rotation
Show description for b8c39a7
nelson-parente
committed
b8c39a7
View commit details
Copy full SHA for b8c39a7
Browse repository at this point
feat: warn on inert file options; keep file permissions stable under rotation
Show description for 6c89943
nelson-parente
committed
6c89943
View commit details
Copy full SHA for 6c89943
Browse repository at this point
refactor: parse rotation values with ParseUint
Show description for ef27290
nelson-parente
committed
ef27290
View commit details
Copy full SHA for ef27290
Browse repository at this point
test: include log-timestamp-format in the exact flag set
Show description for 23ea94d
nelson-parente
committed
23ea94d
View commit details
Copy full SHA for 23ea94d
Browse repository at this point
refactor: typed optional fields behind separate flag receivers; compression enum
Show description for 662b755
nelson-parente
committed
662b755
View commit details
Copy full SHA for 662b755
Browse repository at this point
Commits on Sep 3, 2026
feat: replace --log-file-tee with a --log-outputs destination list
Show description for c4915c8
nelson-parente
committed
c4915c8
View commit details
Copy full SHA for c4915c8
Browse repository at this point
fix: align rotation usage strings with the destination model; test the open-failure unwind
Show description for d0f0631
nelson-parente
committed
d0f0631
View commit details
Copy full SHA for d0f0631
Browse repository at this point
fix(test): compare destinations against the filepath.Clean form
Show description for a6f9012
nelson-parente
committed
a6f9012
View commit details
Copy full SHA for a6f9012
Browse repository at this point
You can’t perform that action at this time.