bignall wrote: > ...I can't find a log file for the tinyerp-server anywhere, but if something > goes wrong, I'd like to be able to look in the log to see what's happening. > ... Where does the server log its messages?
In tools/config.py: if os.name == 'nt': rcfilepath = os.path.join(os.path.abspath(os.path.dirname(sys.argv[0])),\ 'tinyerp-server.conf') else: rcfilepath = os.path.expanduser('~/.terp_serverrc') self.rcfile = fname or opt.config or os.environ.get('TERP_SERVER')\ or rcfilepath Regards, Geoff ------------------------ Seath Solutions Ltd (http://www.seathsolutions.com) _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
