Commit 8a09c214f0b17f78e56a33c913e8333f65577512

Authored by Adhidarma Hadiwinoto
1 parent 73ab898d1a
Exists in master and in 1 other branch webadmin

apiserver.access_log

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

lib/apiserver/index.js
... ... @@ -9,7 +9,7 @@ const handlerOnReceived = require('./handler/on-received');
9 9  
10 10 const app = express();
11 11  
12   -const accessLogStream = rfs.createStream('access_log', {
  12 +const accessLogStream = rfs.createStream('apiserver.access_log', {
13 13 interval: '1d',
14 14 path: './logs',
15 15 });