This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
mkdir -p logs | |
cat > logs/service1.log << EOF | |
2025-07-13 12:00:00 INFO Starting service | |
2025-07-13 12:01:15 INFO Checking database connection | |
2025-07-13 12:02:30 WARN Connection slow, retrying | |
2025-07-13 12:05:00 ERROR Failed to connect to DB | |
2025-07-13 12:06:00 INFO Retrying connection |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Spider-Man | |
Iron Man | |
Thor | |
Captain America | |
Black Widow | |
Hulk | |
Black Panther | |
Doctor Strange | |
Scarlet Witch | |
Vision |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Timestamp | Name | Department | Activity | Status | |
---|---|---|---|---|---|
2025-07-01 10:00 | Aryan Singh | Computer Science | Submitted Assignment | Completed | |
2025-07-01 11:15 | Neha Sharma | Electronics | Attended Lab | Completed | |
2025-07-01 12:30 | Raj Patel | Mechanical | Joined Lecture | Present | |
2025-07-01 14:00 | Priya Verma | Civil | Missed Lecture | Absent | |
2025-07-01 15:45 | Ankit Rao | Computer Science | Gave Presentation | Excellent |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2025-07-13 10:12:05 INFO Starting application... | |
2025-07-13 10:12:06 DEBUG Initializing configuration | |
2025-07-13 10:12:07 INFO Configuration loaded successfully | |
2025-07-13 10:12:09 WARN Cache system slow to respond | |
2025-07-13 10:12:10 ERROR Failed to connect to database | |
2025-07-13 10:12:11 DEBUG Retrying database connection | |
2025-07-13 10:12:13 INFO Connected to database after retry | |
2025-07-13 10:12:15 INFO Handling request /api/user/123 | |
2025-07-13 10:12:16 ERROR Timeout while querying user data | |
2025-07-13 10:12:18 INFO Response sent to client: 504 Gateway Timeout |
NewerOlder