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
/
config.go
Age
Commit message (
Expand
)
Author
2021-09-16
Move plugins to a separate repository
Valery Piashchynski
2021-06-09
- Add support for the file logger with log rotation and compression
Valery Piashchynski
2021-04-30
- Make development log colored
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-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-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-10-28
goimport-ed files
Valery Piashchynski
2020-10-28
- go fmt
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