Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Зуев Егор
/
wiki.dev
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
Dan Brown
2017-04-17 11:46:32 +0100
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Committed by
GitHub
2017-04-17 11:46:32 +0100
Commit
ec7be1b08bbe570aa00e6f5d316a5ebf9b7d0f8a
ec7be1b0
2 parents
1a09d888
746a760a
Merge pull request #363 from solidnerd/add-env-for-logging
Add APP_LOGGING
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
config/app.php
config/app.php
View file @
ec7be1b
...
...
@@ -100,7 +100,7 @@ return [
|
*/
'log'
=>
'single'
,
'log'
=>
env
(
'APP_LOGGING'
,
'single'
)
,
/*
|--------------------------------------------------------------------------
...
...
Please
register
or
sign in
to post a comment