Skip to content

Commit f87583d

Browse files
committed
fix typo
1 parent 4d6386c commit f87583d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2024-09-29-system-out-println-vs-logger.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: "Logger vs System.out.println (feat. 코드 까보기)"
4-
description: "Logger vs System.out.println (Dig into the code)"
3+
title: "Logger vs System.out.println"
4+
description: "Logger vs System.out.println"
55
excerpt: "로거와 System.out.println 를 비교해보고, 왜 System.out.println 을 프러덕션 코드에서 사용하면 안되는지에 대해서 알아보자."
66
category: Java
77
comments: true

0 commit comments

Comments
 (0)