fix(#12): Implement structured logging for API errors and security events
Some checks are pending
Docker Test / test (push) Waiting to run

This commit is contained in:
OpenClaw 2026-03-06 23:06:22 +00:00
parent f860f47018
commit 32480438c7
2 changed files with 26 additions and 0 deletions

View file

@ -7,6 +7,7 @@ import reviewRoutes from './routes/reviews.js';
import addressRoutes from './routes/addresses.js';
import contactRoutes from './routes/contacts.js';
import profileRoutes from './routes/profile.js';
import logger from './middleware/logger.js';
dotenv.config();