summaryrefslogtreecommitdiff
path: root/plugins/logger
AgeCommit message (Collapse)Author
2021-06-09- Add support for the file logger with log rotation and compressionValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-27- Update MakefileValery Piashchynski
- Update arch diagram Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-05- Initial broadcast commitValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-05-03- Initial broadcast commitValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-30- Make development log coloredValery Piashchynski
- Remove old TODOs Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-30- Update CHANGELOGValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-30Merge branch 'master' into feature/list_of_plulginsValery Piashchynski
2021-04-30- Add Availabler interface implementaion for all pluginsValery Piashchynski
- Add tests Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-29- Remove redundand logger implementationValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-18- Draft implementation of the service pluginValery Piashchynski
2021-04-04- Update CHANGELOGValery Piashchynski
- Check log event by logger (mocked) - Modify Stderr event to be as INFO Signed-off-by: Valery Piashchynski <[email protected]>
2021-04-03test: [Logger] add test for raw modebricelalu
Signed-off-by: bricelalu <[email protected]>
2021-03-31feat: [Logger] add clean modebricelalu
2021-03-28- Fix bug with the worker reallocating during the responseValery Piashchynski
- Update .golangci and fix new warnings Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-13Fix typo Info -> Error levelValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-03-13- Add ability to print http/https/fcgi to the rr logger under the InfoValery Piashchynski
level - Update tests and CHANGELOG Signed-off-by: Valery Piashchynski <[email protected]>
2021-02-16Update logger plugin. Now it's optionalValery Piashchynski
Signed-off-by: Valery Piashchynski <[email protected]>
2021-02-02Remove dup mapstructure tags from logger configValery Piashchynski
2021-02-02Update RPC plugin, use hashmap instead of slice to store pluggableValery Piashchynski
plugins Fix issue with log channels
2021-01-23Stabilization PRValery Piashchynski
2021-01-21Uniform all configsValery Piashchynski
Add debug server Check nil's for all plugin intialization
2021-01-18Fix incorrectly set environment variables in the server pluginValery Piashchynski
2021-01-15Viper doesn't support `yaml` structure tags, it uses mapstructureValery Piashchynski
instead
2020-12-26Huge tests refactoring. Reduce running time 2-3x timesValery Piashchynski
2020-12-21Move plugins to the roadrunner-plugins repositoryValery Piashchynski
2020-12-21Remove config2 aliasValery Piashchynski
2020-12-17Move config interface to the interfaces folder. Initial redis pluginValery Piashchynski
structure
2020-12-16Add logs configValery Piashchynski
Reduce number of goroutines since they was locked by mutexes
2020-12-01golangci linters fixValery Piashchynski
2020-11-18Handler testValery Piashchynski
2020-11-13Move all interfaces to the separate folder [RPC, METRICS, LOGGER]Valery Piashchynski
RPC for the metrics update to the working state RCP interface renamed to the RPCer
2020-11-05Add logger test, add all tests to the CIValery Piashchynski
2020-11-05App testValery Piashchynski
2020-11-04Remove rr errors, replace with spiral errorsValery Piashchynski
2020-11-04Update structure, add tests for RPCValery Piashchynski
2020-10-28goimport-ed filesValery Piashchynski
2020-10-28- go fmtWolfy-J
2020-10-28- cs fixWolfy-J
2020-10-28- added the ability to suppress logsWolfy-J
2020-10-28- new coloring strategy for namesWolfy-J
2020-10-26- working on new cmd and logger setupWolfy-J