summaryrefslogtreecommitdiff
path: root/plugins/logger/config.go
AgeCommit message (Expand)Author
2021-09-16Move plugins to a separate repositoryValery Piashchynski
2021-06-09- Add support for the file logger with log rotation and compressionValery Piashchynski
2021-04-30- Make development log coloredValery 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-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-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-10-28goimport-ed filesValery Piashchynski
2020-10-28- go fmtWolfy-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