Config : ps
This commit is contained in:
parent
2a52c48d34
commit
8c9c428dcf
@ -45,6 +45,7 @@ class Autoload extends AutoloadConfig
|
|||||||
public $psr4 = [
|
public $psr4 = [
|
||||||
APP_NAMESPACE => APPPATH, // For custom app namespace
|
APP_NAMESPACE => APPPATH, // For custom app namespace
|
||||||
'Config' => APPPATH . 'Config',
|
'Config' => APPPATH . 'Config',
|
||||||
|
'App\Libraries' => APPPATH . 'Libraries',
|
||||||
];
|
];
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -115,7 +115,7 @@ class Logger extends BaseConfig
|
|||||||
* By default, logs are written to WRITEPATH . 'logs/'
|
* By default, logs are written to WRITEPATH . 'logs/'
|
||||||
* Specify a different destination here, if desired.
|
* Specify a different destination here, if desired.
|
||||||
*/
|
*/
|
||||||
'path' => '',
|
'path' => WRITEPATH . 'logs/',
|
||||||
],
|
],
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user