Main

type

5 (blog/news article)

status

21 (imported old-v2, waiting for another import)

review version

0

cleanup version

0

pending deletion

0 (-)

created at

2025-10-20 12:23:07

updated at

2025-10-20 12:23:07

Address

url

https://evanunmann.com/blogs/software-engineering/logging/

url length

58

url crc

957

url crc32

699335613

location type

1 (url matches target location, page_location is empty)

canonical status

2 (missing canonical tag in html)

canonical page id

-

Source

domain id

31356751

domain tld

2211

domain parts

0

originating warc id

-

originating url

https://data.commoncrawl.org/crawl-data/CC-MAIN-2025-33/segments/1754151280914.63/warc/CC-MAIN-20250812045045-20250812075045-00667.warc.gz

source type

11 (CommonCrawl)

Server response

server ip

3.171.100.44

Publication date

2025-08-12 05:32:40

Fetch attempts

0

Original html size

22985

Normalized and saved size

22737

Content

title

excerpt

content

Logging Published Date: 2025-08-02T17:15:48Z | Last Modified Date: 2025-08-02T17:15:48Z Logging is a software engineering skill most don't encounter until landing their first job. It's a skill that's seemingly simple, but does require some thought. In this post, we'll go over the basics of logging and how to use it effectively. Basics At its core, logging is a way to emit information about a program's execution. Targets Targets are where the logs end up. STDOUT (Terminal/Console) File (log.txt, output.json) Database (RDBMS Table) Remote Service (AWS CloudWatch) Levels Levels are the severity of the log. Loggers typically are set to a specific logging level. DEBUG INFO WARNING ERROR FATAL Loggers will emit all logs at the current level or higher. For example, if a logger is set to INFO, it will emit INFO, WARNING, ERROR, and FATAL logs. Log Formatting The typical format of a log statement is similar to: [ TIMESTAMP ] [LEVEL] [ MESSAGE...

author

updated

1762684696

Text analysis

block type

0

extracted fields

96

extracted bits

full content
content was extracted heuristically

detected location

0

detected language

1 (English)

category id

Pozostałe (16)

index version

2025110801

paywall score

0

spam phrases

0

Text statistics

text nonlatin

0

text cyrillic

0

text characters

9298

text words

2005

text unique words

569

text lines

1

text sentences

130

text paragraphs

1

text words per sentence

15

text matched phrases

0

text matched dictionaries

0