Updated paths
This commit is contained in:
parent
e0dd320b1e
commit
9d34106842
|
@ -18,7 +18,7 @@ if (!file_exists(PROJECT_ROOT . '/Storage/Logs/bot.log'))
|
||||||
{
|
{
|
||||||
touch(PROJECT_ROOT . '/Storage/Logs/bot.log');
|
touch(PROJECT_ROOT . '/Storage/Logs/bot.log');
|
||||||
}
|
}
|
||||||
Analog::handler(File::init(PROJECT_ROOT . 'Storage/Logs/bot.log'));
|
Analog::handler(File::init(PROJECT_ROOT . '/Storage/Logs/bot.log'));
|
||||||
|
|
||||||
|
|
||||||
Analog::info("Finished intializing configuration and dependencies.");
|
Analog::info("Finished intializing configuration and dependencies.");
|
||||||
|
|
Loading…
Reference in New Issue