issues
search
COPS-IITBHU
/
Digital-Permission-System
This is a part of the Science and Technology council group of projects which aims to digitalize and ease out the process of getting permissions from the desired authorites for conducting various events and workshops throughout the year
Apache License 2.0
4
stars
6
forks
source link
feat: logging functionality added
#23
Closed
aayush0325
closed
1 month ago
aayush0325
commented
1 month ago
this pr solves #11
logs are written in
./backend/logs/app.log
, this folder is also added in
.gitignore
since we dont need it in the repository
used winston as mentioned
some error handling implemented as needed
./backend/logs/app.log
, this folder is also added in.gitignore
since we dont need it in the repository