Skip to content

Commit ec402e6

Browse files
committed
config-ip: Add dataset to log.
1 parent 2f74dad commit ec402e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/app/unisys/server-logger.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const FSE = require('fs-extra');
1919
/// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
2020
const PROMPTS = require('../system/util/prompts');
2121
const PR = PROMPTS.Pad('SRV-LOG');
22+
const NC_CONFIG = require("../assets/netcreate-config");
2223

2324
/// MODULE-WIDE VARS //////////////////////////////////////////////////////////
2425
/// = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
@@ -56,6 +57,7 @@ FSE.ensureDir(dir, function (err) {
5657
if (!fs_log) return;
5758

5859
var out = str_TimeStamp()+' ';
60+
out += NC_CONFIG.dataset+' ';
5961
var c = args.length;
6062
// arguments are delimited
6163
if (c) {

0 commit comments

Comments
 (0)