fadion / Bouncy

Map Elasticsearch results to Eloquent models
MIT License
71 stars 26 forks source link

where does data stored? #16

Closed argb closed 9 years ago

argb commented 9 years ago

what's the default data path?I can't find it anywhere.

argb commented 9 years ago

i found it ,at /var/elasticsearch, and elasticsearch.php config file's setup don't work,don't know why? there is no log data generate in storage directory.

fadion commented 9 years ago

Bouncy uses a PHP Client for ElasticSearch, which by default is configured to write logs to storage_path().'/logs/elasticsearch.log' for a level of warning. Probably you aren't getting any warnings or errors, so no logs are written.