krayin / laravel-crm

Free & Opensource Laravel CRM solution for SMEs and Enterprises for complete customer lifecycle management.

Home Page:https://krayincrm.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fresh install - No logs

pablorq opened this issue · comments

Bug report

Fresh install - No logs

No logs in /storage/logs directory.

Issue Description

Fresh install of v1.2.4. I'm having problems with the emails. Looking at the logs I found that there are no log files in /storage/logs directory.

Preconditions

1. Krayin version: 1.2.4
2. Web server: Apache
3. Installation on subdirectory
4. Composer version 2.5.8 2023-06-09 17:13:21
5. Node v16.19.1
6. .env log default config:
LOG_CHANNEL=stack
LOG_LEVEL=debug

Steps to reproduce

1. $ composer create-project krayin/laravel-crm krayin-crm --no-dev
2. $ composer install --optimize-autoloader --no-dev
3. $ php artisan krayin-crm:install
4. $ php artisan config:cache
5. $ php artisan event:cache
6. $ php artisan route:cache
7. Default login with admin@example.com:admin123
8. Compose email and try to send it. Sent message shown but no email sent.
9. Check logs
10. No logs

Expected result

Log files to debug the problem.

Actual result

No log files. Directory empty.

I also tried with release 1.2.4 and master files. All with the same result of having no logs.