Skip to content

Commit 49eff0c

Browse files
author
xuzaixian
committed
docs(common): timestemp inside LoggerSerivce can be overridden
1 parent 7c586b9 commit 49eff0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

content/techniques/logger.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Nest comes with a built-in text-based logger which is used during application bo
44

55
- disable logging entirely
66
- specify the log level of detail (e.g., display errors, warnings, debug information, etc.)
7+
- override timestamp in the default logger (e.g., use ISO8601 standard as date format)
78
- completely override the default logger
89
- customize the default logger by extending it
910
- make use of dependency injection to simplify composing and testing your application

0 commit comments

Comments
 (0)