index
:
roadrunner.git
dependabot/github_actions/codecov/codecov-action-5.2.0
master
stable
🤯 High-performance PHP application server, process manager written in Go and powered with plugins
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
logger
Age
Commit message (
Expand
)
Author
2021-09-16
Move plugins to a separate repository
Valery Piashchynski
2021-09-08
Fix variable assignment
Peter Fox
2021-09-07
Fixes performance issues
Peter Fox
2021-09-06
Lets Zap fields to be used as arguments to logger
Peter Fox
2021-06-09
- Add support for the file logger with log rotation and compression
Valery Piashchynski
2021-05-27
- Update Makefile
Valery Piashchynski
2021-05-05
- Initial broadcast commit
Valery Piashchynski
2021-05-03
- Initial broadcast commit
Valery Piashchynski
2021-04-30
- Make development log colored
Valery Piashchynski
2021-04-30
- Update CHANGELOG
Valery Piashchynski
2021-04-30
Merge branch 'master' into feature/list_of_plulgins
Valery Piashchynski
2021-04-30
- Add Availabler interface implementaion for all plugins
Valery Piashchynski
2021-04-29
- Remove redundand logger implementation
Valery Piashchynski
2021-04-18
- Draft implementation of the service plugin
Valery Piashchynski
2021-04-04
- Update CHANGELOG
Valery Piashchynski
2021-04-03
test: [Logger] add test for raw mode
bricelalu
2021-03-31
feat: [Logger] add clean mode
bricelalu
2021-03-28
- Fix bug with the worker reallocating during the response
Valery Piashchynski
2021-03-13
Fix typo Info -> Error level
Valery Piashchynski
2021-03-13
- Add ability to print http/https/fcgi to the rr logger under the Info
Valery Piashchynski
2021-02-16
Update logger plugin. Now it's optional
Valery Piashchynski
2021-02-02
Remove dup mapstructure tags from logger config
Valery Piashchynski
2021-02-02
Update RPC plugin, use hashmap instead of slice to store pluggable
Valery Piashchynski
2021-01-23
Stabilization PR
Valery Piashchynski
2021-01-21
Uniform all configs
Valery Piashchynski
2021-01-18
Fix incorrectly set environment variables in the server plugin
Valery Piashchynski
2021-01-15
Viper doesn't support `yaml` structure tags, it uses mapstructure
Valery Piashchynski
2020-12-26
Huge tests refactoring. Reduce running time 2-3x times
Valery Piashchynski
2020-12-21
Move plugins to the roadrunner-plugins repository
Valery Piashchynski
2020-12-21
Remove config2 alias
Valery Piashchynski
2020-12-17
Move config interface to the interfaces folder. Initial redis plugin
Valery Piashchynski
2020-12-16
Add logs config
Valery Piashchynski
2020-12-01
golangci linters fix
Valery Piashchynski
2020-11-18
Handler test
Valery Piashchynski
2020-11-13
Move all interfaces to the separate folder [RPC, METRICS, LOGGER]
Valery Piashchynski
2020-11-05
Add logger test, add all tests to the CI
Valery Piashchynski
2020-11-05
App test
Valery Piashchynski
2020-11-04
Remove rr errors, replace with spiral errors
Valery Piashchynski
2020-11-04
Update structure, add tests for RPC
Valery Piashchynski
2020-10-28
goimport-ed files
Valery Piashchynski
2020-10-28
- go fmt
Wolfy-J
2020-10-28
- cs fix
Wolfy-J
2020-10-28
- added the ability to suppress logs
Wolfy-J
2020-10-28
- new coloring strategy for names
Wolfy-J
2020-10-26
- working on new cmd and logger setup
Wolfy-J