We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9be028a commit dce4f91Copy full SHA for dce4f91
DeployApplication.php
@@ -66,7 +66,7 @@ public function run(array $customCommands = [])
66
public function begin()
67
{
68
if ($this->checkSecurity()) {
69
- $this->log('SESSION START');
+ $this->logDated('SESSION START');
70
}
71
72
@@ -85,7 +85,7 @@ public function execute(array $customCommands = [])
85
public function end()
86
87
88
- $this->log('SESSION END');
+ $this->logDated('SESSION END');
89
90
if (file_exists($this->logFileName)) {
91
echo '<h1>LOG </h1><pre>';
0 commit comments