Added SubSecondPrecision to config option.#35529
Conversation
|
Hi, Can anyone please review my PR. |
|
Hey @ripcurld0 done that. 😃 . Anything else you want me change let me know. |
|
Requesting review @cpuguy83 @dnephin @anusha-ragunathan |
|
I haven't given a thought to that @thaJeztah . As the issue was just to add subsecond to fluentd, so I did that. I have to see about this because I am completely new and also a noob. So I will let you know once I have something regarding this. |
|
I'm fine with this change. Needs doc updates in https://github.com/docker/docker.github.io/blob/8896e88867202a2dda926adadb6a4a350fd10165/engine/admin/logging/fluentd.md#options and auto completion updates for bash and zsh. |
|
For docs I will create an pull by tomorrow. But I didn't get the auto completion updates for bash and zsh. Can you explain it to me? Thanks! |
|
When a new command/option is added to docker cli, we also add it to auto completion for user's convenience. |
|
Sure I will have a look into it and I will try create a PR for that as well by this weekend. Thanks for your time and review. 😄 |
|
Hey @anusha-ragunathan . I have added documentation and auto completion command for bash and zsh. Here are those PR: |
|
LGTM |
There was a problem hiding this comment.
ping @tagomoris are there plans to tag a new release? (diff since last release: fluent/fluent-logger-golang@v1.2.1...master)
There was a problem hiding this comment.
Oh, I missed it. Will do it in this week.
There was a problem hiding this comment.
Hey @tagomoris , Please ping me once you have added a tag to it so that I can do the changes here.
There was a problem hiding this comment.
We can probably update this dependency as well; philhofer/fwd@98c11a7...master (not needed in this PR)
There was a problem hiding this comment.
But there is no release tag. Just seen that. But I have asked the developer to add a release tag let's c if I get an reply.
There was a problem hiding this comment.
Yes, we can do in a follow up; generally tags would be preferred, but we don't strictly enforce them (for the github.com/fluent/fluent-logger-golang, I knew @tagomoris could help out quickly, so 😇 )
|
Please sign your commits following these rules: $ git clone -b "subsecond-precision-config" [email protected]:dungeonmaster18/moby.git somewhere
$ cd somewhere
$ git commit --amend -s --no-edit
$ git push -fAmending updates the existing PR. You DO NOT need to open a new one. |
Signed-off-by: dungeonmaster18 <[email protected]>
cpuguy83
left a comment
There was a problem hiding this comment.
LGTM
Would be really awesome if someone could follow-up to add the WriteTimeout support which is new in flutend-golang as well.
|
I will check that @cpuguy83 and I will also ask people behind msgpack and philhofer/fwd to add tags to their package so that we can replace the commit id from vendor.conf. I will create a pull for that once I am done with that. |

Fixes issue #35384 .