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

Comments before editing spec #151

Open nmnambiar opened 3 years ago

nmnambiar commented 3 years ago

So, in my spec, I mention the following

For file logging, the current (default) log file location is $HOME/.local/share/korakaagaz/log/ and A configuration file is provided at $HOME/.config/korakaagaz/loggerconfig.settings

Since we're targeting Linux based OSes, I made it this way by trying to adhere to the XDG spec

Currently it is like

For file logging, logs at $HOME/.config/korakaagaz/log/ Config file at $HOME/.config/korakaagaz/infrastructure_logger.xml

it's mostly just a matter of location but I feel it is important I'll like to know the Architect and Project Manager's opinion can implement either or a mix of both (and change spec if necessary)

@muhammedyaseen-git @convict-git public issue so that it can be viewed by the entire team