forked from TrainWithShubham/python-for-devops
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.log
More file actions
21 lines (15 loc) · 792 Bytes
/
Copy pathapp.log
File metadata and controls
21 lines (15 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
2025-01-10 09:00:01 INFO Application started successfully
2025-01-10 09:00:05 INFO Connecting to database
2025-01-10 09:00:07 INFO Database connection established
2025-01-10 09:05:12 WARNING High memory usage detected
2025-01-10 09:05:15 INFO Memory usage back to normal
2025-01-10 09:10:22 ERROR Failed to fetch user data
2025-01-10 09:10:25 ERROR Database timeout occurred
2025-01-10 09:15:30 INFO Retrying database connection
2025-01-10 09:15:32 INFO Database connection successful
2025-01-10 09:20:45 WARNING Disk usage above 75%
2025-01-10 09:20:50 INFO Disk cleanup initiated
2025-01-10 09:25:10 ERROR Unable to write logs to disk
2025-01-10 09:25:15 INFO Log rotation completed
2025-01-10 09:30:00 INFO Application shutdown initiated
2025-01-10 09:30:05 INFO Application stopped