Skip to content

Commit

Permalink
Added the possibility of default file logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
manweCZ committed Feb 2, 2018
1 parent f74da68 commit 385b5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BiteIT/TracySlackLogger.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class TracySlackLogger extends Logger {
protected $slackUsername;
protected $useFileLoggerAsWell = true;

public function __construct($webhookURL, $useDefaultLogger = true)
public function __construct($webhookURL, $useDefaultLogger = false)
{
parent::__construct(Debugger::$logDirectory, Debugger::$email, Debugger::getBlueScreen());
$this->slackWebhookURL = $webhookURL;
Expand Down

0 comments on commit 385b5e6

Please sign in to comment.