@mdfriday/foundry 26.2.6 → 26.2.8
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.
|
@@ -116,6 +116,7 @@ var init_logger = __esm({
|
|
|
116
116
|
entry.caller = caller;
|
|
117
117
|
}
|
|
118
118
|
const output = this.config.jsonFormat ? JSON.stringify(entry) : this.formatPlainText(entry);
|
|
119
|
+
console.log(output);
|
|
119
120
|
if (level === "error" /* ERROR */ || level === "fatal" /* FATAL */) {
|
|
120
121
|
process.stderr.write(output + "\n");
|
|
121
122
|
} else {
|
|
@@ -202,7 +203,7 @@ var init_manager = __esm({
|
|
|
202
203
|
loggers;
|
|
203
204
|
constructor() {
|
|
204
205
|
this.globalConfig = {
|
|
205
|
-
level: "
|
|
206
|
+
level: "debug" /* DEBUG */,
|
|
206
207
|
enableCaller: true,
|
|
207
208
|
jsonFormat: true
|
|
208
209
|
};
|
|
@@ -116,6 +116,7 @@ var init_logger = __esm({
|
|
|
116
116
|
entry.caller = caller;
|
|
117
117
|
}
|
|
118
118
|
const output = this.config.jsonFormat ? JSON.stringify(entry) : this.formatPlainText(entry);
|
|
119
|
+
console.log(output);
|
|
119
120
|
if (level === "error" /* ERROR */ || level === "fatal" /* FATAL */) {
|
|
120
121
|
process.stderr.write(output + "\n");
|
|
121
122
|
} else {
|
|
@@ -202,7 +203,7 @@ var init_manager = __esm({
|
|
|
202
203
|
loggers;
|
|
203
204
|
constructor() {
|
|
204
205
|
this.globalConfig = {
|
|
205
|
-
level: "
|
|
206
|
+
level: "debug" /* DEBUG */,
|
|
206
207
|
enableCaller: true,
|
|
207
208
|
jsonFormat: true
|
|
208
209
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mdfriday/foundry",
|
|
3
|
-
"version": "26.2.
|
|
3
|
+
"version": "26.2.8",
|
|
4
4
|
"description": "The core engine of MDFriday. Convert Markdown and shortcodes into fully themed static sites – Hugo-style, powered by TypeScript.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|