mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-08 02:13:34 +00:00
Notify policy updates to open-appsec container.
UI labels in log.
This commit is contained in:
@@ -100,7 +100,6 @@ const internalOpenappsecLog = {
|
||||
.then(async () => {
|
||||
const directoryPath = APPSEC_LOG_DIR;
|
||||
let totalDataLines = await this.countTotalLines(directoryPath);
|
||||
console.log("totalLineCount: " + totalDataLines);
|
||||
|
||||
const files = await fs.promises.readdir(directoryPath);
|
||||
const logFiles = files.filter(file => path.extname(file).startsWith('.log'));
|
||||
|
Reference in New Issue
Block a user