Milos Gajdos

Results 546 comments of Milos Gajdos

I doubt we'll do that. Streaming logs into files creates major headaches for the app developers because then they have another problem on their hands: log rotation and dealing with...

I didn't say a redirect operator will solve whatever issues you might face -- I merely offered it as an option to save stdout into a file if you need...

> Is there a way to identify which logs comes from the registry ? If yes then I can use the redirect operator to save the registry logs to a...

Seems like that may probably be some untested YAMLism edgecase ```Go package main import ( "fmt" "gopkg.in/yaml.v2" ) func main() { var result interface{} yaml.Unmarshal([]byte("value: off"), &result) m := result.(map[interface{}]interface{})...

As a workaround just pick something like `none`; it will fall through to https://github.com/distribution/distribution/blob/2e63da99776be71a17be3f79f60e4c3f485b87e1/registry/storage/driver/s3-aws/s3.go#L473

I opened https://github.com/distribution/distribution/issues/4616 that fixes this