mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Prevent plugins to log exceptions
This commit is contained in:
parent
106acd8509
commit
a29bf7619d
3 changed files with 56 additions and 57 deletions
|
@ -61,7 +61,7 @@ export {
|
|||
// ---------------------------------------------------------------------------
|
||||
|
||||
function buildPluginLogger (npmName: string) {
|
||||
return buildLogger(npmName)
|
||||
return buildLogger({ labelSuffix: npmName })
|
||||
}
|
||||
|
||||
function buildDatabaseHelpers () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue