[Request] Add date to PlexConnect.log

Not sure if this is the correct place to request things.

 

Would it be at all possible to add the date to the time displayed in the PlextConnect.log? Is there some setting somewhere to toggle for this already, if not, could it be added?

Ideally I'd like it added to prefix the current time stamp on each log line, plus adding the date to the "PlexConnect: started:" line in the log would be handy, as I could calculate uptime from that.

no option yet, but could be done...

I'm far, far from an expert on python, but I can see 'dprint' lines in one of the files (think it's PlexConnect.py) and I'm guessing this is what is printing out the messages. However, I'm not sure how one would edit that to pop in the date. If I knew that I could make the change myself and have a look at it. Who knows, I might be brave enough to fork and submit a pull request

I think I have figured it out. Looking at Debug.py I see where it specifies the time format, and I've amended it to include month name and month day number. I believe I have submitted a pull request from a fork too!