mohabusama/pyguacamole

Pyguacamole logs

Closed this issue · 2 comments

I am using pyguacamole on a django project and I can't see pyguacamole logs. Is there something I should do other than adding pyguacamole to my LOGGING section in setting.py of my project ? or could I be doing it wrong ?

you could enable the debug logs when initializing the client.

Thanks a lot, that didn't work for me, or at least I can't see the logs, so I did this configuration :
logging.basicConfig( filename="/mylogpath/guac.log", filemode='a', level=logging.DEBUG )
and I passed logger=logging.getLogger() to the constructor of the client.