feat(logging): Add structured Logger and integrate into Smarts3Server; pass full config to server

This commit is contained in:
2025-11-23 22:37:32 +00:00
parent a7bc902dd0
commit 7f3de92961
5 changed files with 547 additions and 29 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smarts3',
version: '3.0.4',
version: '3.1.0',
description: 'A Node.js TypeScript package to create a local S3 endpoint for simulating AWS S3 operations using mapped local directories for development and testing purposes.'
}