@digipair/skill-logger 0.28.10 → 0.28.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.cjs.js
CHANGED
@@ -90,7 +90,7 @@ let LoggerService = class LoggerService {
|
|
90
90
|
type,
|
91
91
|
message
|
92
92
|
};
|
93
|
-
await fs.promises.appendFile(`${DIGIPAIR_LOGS_PATH}/${current.toISOString().split('T')[0]}.jsonl`, '\n' + JSON.stringify(line), 'utf8');
|
93
|
+
await fs.promises.appendFile(`${DIGIPAIR_LOGS_PATH}/factory/${current.toISOString().split('T')[0]}.jsonl`, '\n' + JSON.stringify(line), 'utf8');
|
94
94
|
}
|
95
95
|
async logs(params, _pinsSettingsList, context) {
|
96
96
|
var _context_privates_DIGIPAIR_LOGS_PATH, _ref;
|
package/index.esm.js
CHANGED
@@ -86,7 +86,7 @@ let LoggerService = class LoggerService {
|
|
86
86
|
type,
|
87
87
|
message
|
88
88
|
};
|
89
|
-
await promises.appendFile(`${DIGIPAIR_LOGS_PATH}/${current.toISOString().split('T')[0]}.jsonl`, '\n' + JSON.stringify(line), 'utf8');
|
89
|
+
await promises.appendFile(`${DIGIPAIR_LOGS_PATH}/factory/${current.toISOString().split('T')[0]}.jsonl`, '\n' + JSON.stringify(line), 'utf8');
|
90
90
|
}
|
91
91
|
async logs(params, _pinsSettingsList, context) {
|
92
92
|
var _context_privates_DIGIPAIR_LOGS_PATH, _ref;
|
package/package.json
CHANGED
File without changes
|
File without changes
|