Patrick Ohly

Results 1006 comments of Patrick Ohly

/triage accepted The documentation is indeed considerably out-dated. Worse, in Kubernetes we have mostly moved away from using the klog APIs, so anyone coming to klog with the expectation that...

The problem with klog is that it is close to impossible to experiment with new APIs: as soon as they are in a release, the API has to adhere to...

> Would a simple addition of a public API cause problems, even if no other methods are touched? We would be bound to support that API as-is forever (well, within...

>I would need two sets of logging flags exposed to control different logging systems, which would be confusing even among developers, let alone end-users. No, you don't :grin: You can...

Here is one potential way forward: - export string constants with the name of all command line flags: those are part of the API already, we would just document them...

/remove-lifecycle rotten /reopen /triage accepted

And do it without breaking compatibility with existing users of klog?