Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
kohinos-tav
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
agplv3
kohinos-tav
Commits
5a0fc3ca
Commit
5a0fc3ca
authored
Apr 29, 2026
by
Damien Moulard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ssa export data: add log for succesful export
parent
ba54603f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
ExportAndUploadDataCommand.php
src/Command/ExportAndUploadDataCommand.php
+2
-0
No files found.
src/Command/ExportAndUploadDataCommand.php
View file @
5a0fc3ca
...
@@ -159,6 +159,8 @@ class ExportAndUploadDataCommand extends Command
...
@@ -159,6 +159,8 @@ class ExportAndUploadDataCommand extends Command
unlink
(
$filePath
);
unlink
(
$filePath
);
$output
->
writeln
(
'Fichier supprimé : '
.
$filePath
);
$output
->
writeln
(
'Fichier supprimé : '
.
$filePath
);
$this
->
logger
->
info
(
'Export données SSA réussi'
);
return
0
;
return
0
;
}
catch
(
\Throwable
$e
)
{
}
catch
(
\Throwable
$e
)
{
$this
->
logger
->
error
(
'Erreur export'
,
[
$this
->
logger
->
error
(
'Erreur export'
,
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment