Alessandro Argentieri
Alessandro Argentieri
### Description of your changes Fix the CivoIP CRD status update.
This issue is a: * [X] Bug Report * [ ] Enhancement suggestion * [ ] Feature request ## Bug Reports Installing `fission` via the marketplace on k3s would not...
**Bug description** Repair linting issues as described into the report: https://goreportcard.com/report/github.com/gyozatech/kannon This would generate an higher score for the code quality tools.
**User Story** As an operator, I would like to get a DateTime formatted according to my needs. **Detailed Description** Maintain the present formatting as default and allow user customization in...
The regex used to obfuscate sensitive data nowadays works only on string parameters. Extend the regex or add a new regex in order to get also data without double-quotes. In...
**User Story** As a developer, I would like to redirect Error, Fatal, Panic logs to standard error instead of standard output. **Detailed Description** Create optional configs to perform the routing...
**User Story** As a user, I would like to get higher performance for logging. **Detailed Description** Try to substitute classic "encoding/json" marshalling/unmarshalling which uses reflection, with a faster json library...
**User Story** As a developer, I would like to have a benchmark for noodlog performances. **Detailed Description** It's also possible to compare noodlog with logrus, because it solves similar problems...
Now you can enable or disable the ObscureSensitiveData functionality whose check is applied to all log records when enabled. It slows down the execution time even when you log a...