mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Add ability to configure log level
This commit is contained in:
parent
c7a9f34f72
commit
23e27dd535
13 changed files with 183 additions and 67 deletions
|
@ -50,6 +50,8 @@ function root () {
|
|||
|
||||
// Thanks: https://stackoverflow.com/a/12034334
|
||||
function escapeHTML (stringParam) {
|
||||
if (!stringParam) return ''
|
||||
|
||||
const entityMap = {
|
||||
'&': '&',
|
||||
'<': '<',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue