LOG LEVEL #702
LOG LEVEL
#702
Replies: 1 comment
-
Scrap that, I realised I can do this in the NativeAppServiceProvider and simple set the log level as it boots. Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to store logs relating to my NativePHP windows application, I've looked at the .env stored in %APPDATA% and I can see the log level is set to WARNING.
Is there a way to set it so the log_level can be set to info?
I've searched the docs but can't find it.
I've changed it in my .env when I'm running 'php artisan native:publish' but the log_level gets set back to WARNING
Beta Was this translation helpful? Give feedback.
All reactions