chore: update dependabot automation and agent governance (#341)
* chore: update dependabot automation and agent governance * chore: trigger required CI checks for governance PR
This commit is contained in:
@@ -62,7 +62,7 @@ function buildLoggerOptions(level: string) {
|
||||
level,
|
||||
timestamp: () => `,"time":"${new Date().toISOString()}"`,
|
||||
};
|
||||
// Human-readable logs in development; structured JSON in production/test
|
||||
// Human-readable logs in development, structured JSON in production/test
|
||||
if (process.env.NODE_ENV !== "production" && process.env.NODE_ENV !== "test") {
|
||||
return {
|
||||
...base,
|
||||
|
||||
Reference in New Issue
Block a user