chore(server): stdout is enough for collecting server logging (#9964)

`@google-cloud/logging-winston` is not working well :(

![image](https://github.com/user-attachments/assets/1d5f44e6-7ca5-40b7-bcfa-d22c276ad813)
This commit is contained in:
Brooooooklyn
2025-02-05 13:25:11 +00:00
parent d3400fbe89
commit db1fcf42c9
5 changed files with 22 additions and 271 deletions
+5 -1
View File
@@ -10,5 +10,9 @@
"outDir": "./dist",
"tsBuildInfoFile": "./dist/tsconfig.tsbuildinfo"
},
"references": [{ "path": "../../common/debug" }]
"references": [
{ "path": "../../common/debug" },
{ "path": "../../../tools/cli" },
{ "path": "../../../tools/utils" }
]
}