Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/songlipeng2003/yii2-cloudfoundry-log


https://github.com/songlipeng2003/yii2-cloudfoundry-log

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

## Yii2 CloudFoundry Log Target

### config
update config/web.php

```
'log' => [
'traceLevel' => YII_DEBUG ? 3 : 0,
'targets' => [
[
'class' => 'yii\log\FileTarget',
'levels' => ['error', 'warning']
],
[
'class' => 'songlipeng2003\yii2_cloud_foundry\log\CloudfoundryTarget',
'levels' => ['error']
]
],
],
```