Skip to content

Commit

Permalink
Change log path
Browse files Browse the repository at this point in the history
Fix for issue wuunder#39
  • Loading branch information
Matthijs committed Sep 24, 2021
1 parent 3f92667 commit 076f518
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function __construct()
parent::__construct();
$this->name = 'wuunder';
$this->logger = new FileLogger(0); //0 == debug level, logDebug() won’t work without this.
$this->logger->setFilename(_PS_ROOT_DIR_ . ((_PS_VERSION_ < '1.7') ? "/log/wuunder.log" : "/app/logs/wuunder.log"));
$this->logger->setFilename(_PS_ROOT_DIR_ . ((_PS_VERSION_ < '1.7') ? "/log/wuunder.log" : "/var/logs/wuunder.log"));
$this->bootstrap = true;
$this->override_folder = "";
$this->sourceObj = array("product" => "Prestashop extension", "version" => array("build" => "1.3.8", "plugin" => "1.0"));
Expand Down

0 comments on commit 076f518

Please sign in to comment.