Skip to content

Commit 64cbcf5

Browse files
Merge pull request #1542 from xuzaixian/feat/log-timestemp
docs(common): timestemp inside LoggerSerivce can be overridden
2 parents e842d39 + 49eff0c commit 64cbcf5

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)