summaryrefslogtreecommitdiff
path: root/plugins/logger
AgeCommit message (Expand)Author
2021-06-09- Add support for the file logger with log rotation and compressionValery Piashchynski
2021-05-27- Update MakefileValery Piashchynski
2021-05-05- Initial broadcast commitValery Piashchynski
2021-05-03- Initial broadcast commitValery Piashchynski
2021-04-30- Make development log coloredValery Piashchynski
2021-04-30- Update CHANGELOGValery Piashchynski
2021-04-30Merge branch 'master' into feature/list_of_plulginsValery Piashchynski
2021-04-30- Add Availabler interface implementaion for all pluginsValery Piashchynski
2021-04-29- Remove redundand logger implementationValery Piashchynski
2021-04-18- Draft implementation of the service pluginValery Piashchynski
2021-04-04- Update CHANGELOGValery Piashchynski
2021-04-03test: [Logger] add test for raw modebricelalu
2021-03-31feat: [Logger] add clean modebricelalu
2021-03-28- Fix bug with the worker reallocating during the responseValery Piashchynski
2021-03-13Fix typo Info -> Error levelValery Piashchynski
2021-03-13- Add ability to print http/https/fcgi to the rr logger under the InfoValery Piashchynski
2021-02-16Update logger plugin. Now it's optionalValery Piashchynski
2021-02-02Remove dup mapstructure tags from logger configValery Piashchynski
2021-02-02Update RPC plugin, use hashmap instead of slice to store pluggableValery Piashchynski
2021-01-23Stabilization PRValery Piashchynski
2021-01-21Uniform all configsValery Piashchynski
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
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
2020-12-16Add logs configValery Piashchynski
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
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