-
Notifications
You must be signed in to change notification settings - Fork 2
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
Sync container logs #50
base: next
Are you sure you want to change the base?
Conversation
5da9bc0
to
4ce99a2
Compare
d7f236a
to
d7794a6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In addition to the requested changes please also double check your doc comments after reading https://tip.golang.org/doc/comment carefully.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In general I think it makes sense to move the sync option handling to sync/options.go
and only export the With...()
functions. NewSyncOptions()
and SyncOptions
must not be exported as they are only used within the sync
package.
9e392de
to
a0511d4
Compare
Add feature to sync container logs to database.