From 8323eaa985dcac1152e62df28903c643ce2c9f45 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Fri, 1 Mar 2024 00:34:50 +0200 Subject: Added ak-logthis wrapper in API --- api/index.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'api/index.js') diff --git a/api/index.js b/api/index.js index f572586..5fefe9f 100755 --- a/api/index.js +++ b/api/index.js @@ -7,10 +7,12 @@ */ const config = require('./config'); +const akLogThis = require('./lib/akLogThis'); const DEFAULT_PORT = 8610; const PORT = config.port || DEFAULT_PORT; +akLogThis("INFO", "Daemon started") /* * Split the prefix of each API call in segments for better management * -- cgit v1.2.3