forked from spacejewelhosting/raspberry-bot
Updated paths
This commit is contained in:
@@ -18,7 +18,7 @@ if (!file_exists(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.");
|
||||
|
Reference in New Issue
Block a user