chore: set env LOG_LEVEL default to 4

This commit is contained in:
2025-03-21 04:49:38 -07:00
parent 23d4d523d6
commit a6543fdc28

View File

@@ -60,7 +60,7 @@ const envUrlRepo = process.env.URL_REPO || `https://git.binaryninja.net/binaryni
const envStreamQuality = process.env.STREAM_QUALITY || `hd`; const envStreamQuality = process.env.STREAM_QUALITY || `hd`;
const envFilePlaylist = process.env.FILE_PLAYLIST || `playlist.m3u8`; const envFilePlaylist = process.env.FILE_PLAYLIST || `playlist.m3u8`;
const envFileEPG = process.env.FILE_EPG || `xmltv.xml`; const envFileEPG = process.env.FILE_EPG || `xmltv.xml`;
const LOG_LEVEL = process.env.LOG_LEVEL || 8; const LOG_LEVEL = process.env.LOG_LEVEL || 4;
/* /*
Define > Externals Define > Externals