|
|
parent::__construct($handler, 0, Logger::DEBUG, $bubble, false);
|
|
parent::__construct($handler, 0, Logger::DEBUG, $bubble, false);
|
|
|
$this->deduplicationStore = $deduplicationStore === null ? sys_get_temp_dir() . '/monolog-dedup-' . substr(md5(__FILE__), 0, 20) .'.log' : $deduplicationStore;
|
|
$this->deduplicationStore = $deduplicationStore === null ? sys_get_temp_dir() . '/monolog-dedup-' . substr(md5(__FILE__), 0, 20) .'.log' : $deduplicationStore;
|