Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mark-web
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cylab
mark-web
Commits
1e3b9030
Commit
1e3b9030
authored
3 years ago
by
a.croix
Browse files
Options
Downloads
Patches
Plain Diff
Correction in logger method return type + update env.docker file
parent
f6025c3b
No related branches found
No related tags found
1 merge request
!2
New Log system
Pipeline
#6180
passed
3 years ago
Stage: test
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/Wowa.php
+2
-3
2 additions, 3 deletions
app/Wowa.php
env.docker
+1
-1
1 addition, 1 deletion
env.docker
with
3 additions
and
4 deletions
app/Wowa.php
+
2
−
3
View file @
1e3b9030
...
...
@@ -111,9 +111,8 @@ class Wowa extends Model
}
//Create a Logger instance. The log will be stored in a log file. File path is given by getLogPathOnDisk method.
public
function
logger
()
:
Log
ger
public
function
logger
()
:
Log
Training
{
$logger
=
new
LogTraining
(
"Wowa"
);
return
$logger
;
return
new
LogTraining
();
}
}
This diff is collapsed.
Click to expand it.
env.docker
+
1
−
1
View file @
1e3b9030
...
...
@@ -4,7 +4,7 @@ APP_KEY=base64:42cUpwYMEYjS3fifEDm2RN2kjmNtnPHm1tZPMblKGIw=
APP_DEBUG=false
APP_URL=http://localhost:8000
LOG_CHANNEL=
stack
LOG_CHANNEL=
custom
DB_CONNECTION=sqlite
...
...
This diff is collapsed.
Click to expand it.
a.croix
@a.croix
·
3 years ago
Author
Maintainer
Issue
#28 (closed)
Issue #28
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment