convict-git / KoraKaagaz

A collaborative whiteboard application as part of CS5617 Software Engineering project at IIT Palakkad
MIT License
13 stars 31 forks source link

Logger not Working in Jar #146

Closed himanshu2047 closed 3 years ago

himanshu2047 commented 3 years ago

Logger is not working in executable jar file as the configuration file path is not set properly, it should be outside jar somewhere.

This issue is resolved, just creating to send the pr by @nmnambiar

nmnambiar commented 3 years ago

the jar doesnt seem to package the resources/infrastructure_logger.xml in all cases (it worked fine for me but not for few others)

I'll add an external location from where an xml can be kept like $HOME/.config/KoraKaagaz/infrastructure_logger.xml it would be better for normal user testing too, I guess

sakshi1603 commented 3 years ago

Also update the location of log files in your Spec. @nmnambiar

nmnambiar commented 3 years ago

@Rahul-R5 @convict-git PR ready at L2