Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hanwenbo/fashop-log-cloud
Collect the logs to improve development efficiency.
https://github.com/hanwenbo/fashop-log-cloud
Last synced: 6 days ago
JSON representation
Collect the logs to improve development efficiency.
- Host: GitHub
- URL: https://github.com/hanwenbo/fashop-log-cloud
- Owner: hanwenbo
- Created: 2017-06-24T10:55:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-25T06:16:37.000Z (over 7 years ago)
- Last Synced: 2024-11-07T16:12:26.385Z (about 2 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fashop-log-cloud
Collect the logs to improve development efficiency.tp5 config :
'fashop_log_cloud' => [
'open' => true,
"username" => "nginx auth authorization username",
"password" => "nginx auth authorization password",
'host' => 'http://elasticsearch.host.cn/',
'index' => 'elasticsearch index',
'type' => 'elasticsearch type',
],