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
661e097d
Commit
661e097d
authored
3 years ago
by
a.croix
Browse files
Options
Downloads
Patches
Plain Diff
Try to correct issue on server
parent
2d9c1e29
No related branches found
No related tags found
1 merge request
!1
Include Wowa Training
Pipeline
#5861
failed
3 years ago
Stage: test
Stage: build
Stage: deploy
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
app/Jobs/WowaJob.php
+3
-3
3 additions, 3 deletions
app/Jobs/WowaJob.php
app/Logging/LogTraining.php
+3
-3
3 additions, 3 deletions
app/Logging/LogTraining.php
app/Logging/LogTrainingHandler.php
+0
-1
0 additions, 1 deletion
app/Logging/LogTrainingHandler.php
with
6 additions
and
7 deletions
app/Jobs/WowaJob.php
+
3
−
3
View file @
661e097d
...
...
@@ -63,9 +63,9 @@ class WowaJob implements ShouldQueue
$this
->
wowa
->
save
();
return
;
}
$processor
=
new
LogProcessor
();
$processor
->
setJobId
(
$this
->
wowa
->
id
);
$logg
->
pushProcessor
(
$processor
);
//
$processor = new LogProcessor();
//
$processor->setJobId($this->wowa->id);
//
$logg->pushProcessor($processor);
$logg
->
info
(
"Begin find all related evidences"
);
...
...
This diff is collapsed.
Click to expand it.
app/Logging/LogTraining.php
+
3
−
3
View file @
661e097d
...
...
@@ -11,10 +11,10 @@ class LogTraining
{
$logger
=
new
Logger
(
'training_logger'
);
$handler
=
new
LogTrainingHandler
();
//
$processor = new LogProcessor();
//
$processor->setJobId(26);
$processor
=
new
LogProcessor
();
$processor
->
setJobId
(
26
);
$logger
->
pushHandler
(
$handler
);
//
$logger->pushProcessor($processor);
$logger
->
pushProcessor
(
$processor
);
return
$logger
;
}
}
This diff is collapsed.
Click to expand it.
app/Logging/LogTrainingHandler.php
+
0
−
1
View file @
661e097d
...
...
@@ -4,7 +4,6 @@
namespace
App\Logging
;
use
App\Events\LogTrainingEvent
;
use
App\Log
;
use
Monolog\Formatter\FormatterInterface
;
use
Monolog\Handler\AbstractProcessingHandler
;
use
Monolog\Logger
;
...
...
This diff is collapsed.
Click to expand it.
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