Skip to content

Commit

Permalink
重命名logs文件为runtime更合理
Browse files Browse the repository at this point in the history
  • Loading branch information
lixiaopei committed Mar 23, 2017
1 parent de5bd3b commit eeddf5a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/vendor/
/logs/*
!/logs/README.md
/runtime/*
!/runtime/README.md
composer.lock

2 changes: 1 addition & 1 deletion app/config/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// Monolog settings
'logger' => [
'name' => 'slim-app',
'path' => __DIR__ . '/../../logs/app.log',
'path' => __DIR__ . '/../../runtime/app.log',
'level' => \Monolog\Logger::DEBUG,
],

Expand Down
File renamed without changes.

0 comments on commit eeddf5a

Please sign in to comment.