Skip to content

Commit dce4f91

Browse files
committed
fix logging
1 parent 9be028a commit dce4f91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DeployApplication.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function run(array $customCommands = [])
6666
public function begin()
6767
{
6868
if ($this->checkSecurity()) {
69-
$this->log('SESSION START');
69+
$this->logDated('SESSION START');
7070
}
7171
}
7272

@@ -85,7 +85,7 @@ public function execute(array $customCommands = [])
8585
public function end()
8686
{
8787
if ($this->checkSecurity()) {
88-
$this->log('SESSION END');
88+
$this->logDated('SESSION END');
8989
}
9090
if (file_exists($this->logFileName)) {
9191
echo '<h1>LOG </h1><pre>';

0 commit comments

Comments
 (0)