Skip to content

Commit a564ed9

Browse files
committed
add pdf book
1 parent 7ed7901 commit a564ed9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

chapters/ch04-logtar-our-logging-library.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# `logtar` our own logging library
44

5-
> Note: The entire code we write here can be found [here](/code/chapter_04). This will be a single file, and we'll refactor in subsequent chapters.
5+
> Note: The entire code we write here can be found [at the code/chapter_04 directory](/code/chapter_04). This will be a single file, and we'll refactor in subsequent chapters.
66
77
Logging is an important part of creating robust and scaleable application. It helps developers find and fix problems, keep an eye on how the application is working, and see what users are doing.
88

@@ -943,9 +943,7 @@ const logger = Logger.with_config(config)
943943

944944
Everything works as expected.
945945

946-
> Note: The entire code we write here can be found [here](/code/chapter_04/index.js). This will be a single file, and we'll refactor in subsequent chapters.
947-
948-
> Note: The entire code we write here can be found [here](/code/chapter_04). This will be a single file, and we'll refactor in subsequent chapters.
946+
> Note: The entire code we write here can be found [at the code/chapter_04 directory](/code/chapter_04). This will be a single file, and we'll refactor in subsequent chapters.
949947
950948
[![Read Next](/assets/imgs/next.png)](/chapters/ch04.1-refactoring-the-code.md)
951949

0 commit comments

Comments
 (0)