Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
services
t3o sites
extensions.typo3.org
extensions.typo3.org
Commits
daf50d09
Commit
daf50d09
authored
Nov 29, 2021
by
Thomas Löffler
Browse files
[TASK] Change logger to info as it is flooding logs
parent
408c4a2c
Pipeline
#20150
passed with stages
in 9 minutes and 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extensions/ter_fe2/Classes/Provider/FileProvider.php
View file @
daf50d09
...
...
@@ -93,7 +93,7 @@ class FileProvider implements LoggerAwareInterface
//throw new \Exception('File "' . $filename . '" not found');
}
$this
->
logger
->
warning
(
'File "'
.
$filename
.
'" not found'
);
$this
->
logger
->
info
(
'File "'
.
$filename
.
'" not found'
);
return
''
;
}
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment