Skip to content

Commit 168aaf2

Browse files
authored
Merge pull request #5 from Both-Eritons/fix-active
Fix active
2 parents ef5bf72 + 9d79771 commit 168aaf2

4 files changed

Lines changed: 17 additions & 47 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/vendor/
22
/teste/
33
/index.php
4-
router.log
4+
/nohup.out
5+
/router.log

composer.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

router.log

Lines changed: 11 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,12 @@
1-
2-
IP: ::1
3-
Date: 2023-06-28 21:29:37
4-
Url: ok
5-
Task execution time: 0.00034403800964355
6-
Execution time all process: 0.00059103965759277
7-
--------------------------------------
8-
IP: ::1
9-
Date: 2023-06-28 21:29:38
10-
Url: ok
11-
Task execution time: 0.00025391578674316
12-
Execution time all process: 0.00061893463134766
13-
--------------------------------------
14-
IP: ::1
15-
Date: 2023-06-28 21:29:40
16-
Url: ok
17-
Task execution time: 0.00021004676818848
18-
Execution time all process: 0.00047111511230469
19-
--------------------------------------
20-
IP: ::1
21-
Date: 2023-07-06 23:38:56
22-
Url: ok/teste
23-
Task Time: 0.00036907196044922
24-
Process Time: 0.00066304206848145
25-
--------------------------------------
26-
IP: ::1
27-
Date: 2023-07-06 23:38:58
28-
Url: ok/teste?dsad
29-
Task Time: 0.00039196014404297
30-
Process Time: 0.00082707405090332
31-
--------------------------------------
32-
IP: ::1
33-
Date: 2023-07-06 23:39:20
34-
Url: ok/teste?teste=teste
35-
Task Time: 0.00055694580078125
36-
Process Time: 0.00085186958312988
37-
--------------------------------------
38-
IP: ::1
39-
Date: 2023-07-06 23:39:26
40-
Url: ok/teste?teste=teste
41-
Task Time: 0.00027322769165039
42-
Process Time: 0.00076913833618164
1+
IP: 127.0.0.1
2+
Date: 2023-07-07 16:42:50
3+
Url: /
4+
Task Time: 0.0032670497894287
5+
Process Time: 0.0078730583190918
6+
--------------------------------------
7+
IP: 127.0.0.1
8+
Date: 2023-07-07 16:43:13
9+
Url: /
10+
Task Time: 0.001323938369751
11+
Process Time: 0.0018560886383057
4312
--------------------------------------

src/Logs/Logs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
trait Logs
88
{
9-
public bool $activeLogs;
9+
public bool $active;
1010
public string $storageLogs;
1111

1212
public function setStorageLogs(String $path)

0 commit comments

Comments
 (0)