From 34f3b1b494cc4cc1771fbef549e76ec18e2a0f55 Mon Sep 17 00:00:00 2001 From: kemvl Date: Sat, 30 Mar 2024 14:04:43 +0500 Subject: [PATCH] log files are added into gitignore --- .gitignore | 4 +++- logs/Error.log | 1 - logs/Info.log | 2 -- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index a539470..ea18a65 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ -config.yaml \ No newline at end of file +config.yaml +Error.log +Info.log \ No newline at end of file diff --git a/logs/Error.log b/logs/Error.log index 584cb1a..e69de29 100644 --- a/logs/Error.log +++ b/logs/Error.log @@ -1 +0,0 @@ -time=2024-03-30T13:55:53.545+05:00 level=ERROR msg="Failed to connect:" !BADKEY=EOF diff --git a/logs/Info.log b/logs/Info.log index 005c1d0..e69de29 100644 --- a/logs/Info.log +++ b/logs/Info.log @@ -1,2 +0,0 @@ -time=2024-03-30T13:55:52.167+05:00 level=INFO msg="Server is up and running" -time=2024-03-30T13:55:53.545+05:00 level=INFO msg="Retrying in 5 seconds..."