aungwinthant / apilogger

Small laravel package for viewing api logs which can be used in debugging.
MIT License
346 stars 61 forks source link

User context is missing #26

Closed Sakvojage closed 4 years ago

Sakvojage commented 4 years ago

Hi, it seems to be a great package. However it would be nice to see what user accesed some particular endpoint. In my case - user_id, username, email, company_id (from JWT payload) would be required.

aungwinthant commented 4 years ago

Currently, I just focused this on debugging executing time. and which models are loaded. Logging users' activities will not be included for now.