laravel log file information #500
-
Hello:
Does this log come from the package? and if it's from the package, how can I configure it to not show it in production? Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
stevebauman
Sep 14, 2022
Replies: 1 comment 2 replies
-
Hi @elsoftpy, Yes the log entry you've shown is from LdapRecord. To turn it off in production, set the LDAP_LOGGING=false https://ldaprecord.com/docs/laravel/v2/configuration#using-an-environment-file-env |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
elsoftpy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @elsoftpy,
Yes the log entry you've shown is from LdapRecord. To turn it off in production, set the
LDAP_LOGGING
env variable tofalse
:https://ldaprecord.com/docs/laravel/v2/configuration#using-an-environment-file-env