Skip to content

Commit

Permalink
Fix: remove log_pid config
Browse files Browse the repository at this point in the history
  • Loading branch information
welefen committed Mar 1, 2016
1 parent adf70fd commit aab7c5f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ let config = {

route_on: true,

log_pid: false,
log_request: false,

log_error: true,
Expand Down
1 change: 0 additions & 1 deletion src/config/env/development.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ let configs = {
if(think.cli){
configs = think.extend(configs, {
auto_reload: false,
log_pid: false,
process_timeout: 0
});
}
Expand Down
1 change: 0 additions & 1 deletion src/config/env/production.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ if(think.cli){
on: false
},
auto_reload: false,
log_pid: false,
process_timeout: 0
});
}
Expand Down
1 change: 0 additions & 1 deletion src/config/env/testing.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ if(think.cli){
on: false
},
auto_reload: false,
log_pid: false,
process_timeout: 0
});
}
Expand Down

0 comments on commit aab7c5f

Please sign in to comment.