Skip to content

Commit

Permalink
Merge pull request #1147 from eltociear/patch-2
Browse files Browse the repository at this point in the history
chore(logs): update utils.ts
  • Loading branch information
Siumauricio authored Jan 19, 2025
2 parents 6226c75 + ad71e8b commit 10353d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dokploy/components/dashboard/docker/logs/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const LOG_STYLES: Record<LogType, LogStyle> = {

export function parseLogs(logString: string): LogLine[] {
// Regex to match the log line format
// Exemple of return :
// Example of return :
// 1 2024-12-10T10:00:00.000Z The server is running on port 8080
// Should return :
// { timestamp: new Date("2024-12-10T10:00:00.000Z"),
Expand Down

0 comments on commit 10353d1

Please sign in to comment.