improved logger and added shutdown handler
This commit is contained in:
parent
7c2e055dd4
commit
83e8c44d98
4 changed files with 123 additions and 2 deletions
|
|
@ -45,3 +45,5 @@ export type {
|
|||
} from './types';
|
||||
|
||||
export type { LoggingMiddlewareOptions } from './middleware';
|
||||
|
||||
export { GracefulShutdownManager } from './gracefulShutdown';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue