Commit Graph

21 Commits (ee3541d74ed372272a2008a50db39c386d40736c)

Author SHA1 Message Date
Ozzieisaacs b852fb0e26 Merge branch 'Develop'
Ozzieisaacs cf10244f20 Fix for failed recovery of config_logfile
Ozzieisaacs 24c743d23d Code cosmetics
Ozzie Isaacs 6d1a3ccdcc Improve logger for windows
Ozzieisaacs 62ea8b8913 Logging to stdout, proposal form
Daniel Pavel 7c503b4a31 provide a default logging configuration (fixes )
Ozzieisaacs 26a7d9ef30 Merge branch 'Develop'
# Conflicts:
#	cps/__init__.py
#	cps/about.py
#	cps/admin.py
#	cps/cli.py
#	cps/config_sql.py
#	cps/constants.py
#	cps/converter.py
#	cps/db.py
#	cps/editbooks.py
#	cps/gdriveutils.py
#	cps/helper.py
#	cps/logger.py
#	cps/oauth.py
#	cps/server.py
#	cps/services/simpleldap.py
#	cps/ub.py
#	cps/web.py
#	cps/worker.py
#	optional-requirements.txt
#	setup.cfg
#	setup.py
Daniel Pavel a836df9a5a more robust disposing of database session
avoid spamming the log with debug messages from libraries
Ozzieisaacs e411c0fded Fix logging in debug mode
Ozzieisaacs 4708347c16 Merge branch 'Develop'
# Conflicts:
#	MANIFEST.in
#	README.md
#	cps/helper.py
#	cps/static/js/archive/archive.js
#	cps/translations/nl/LC_MESSAGES/messages.mo
#	cps/translations/nl/LC_MESSAGES/messages.po
#	cps/ub.py
#	cps/updater.py
#	cps/web.py
#	cps/worker.py
#	optional-requirements.txt
Daniel Pavel 006e596c72 Moved config class into separate file.
Moved Goodreads and LDAP services into separate package.
Ozzieisaacs 499a66dfb0 Additional glyphicons for music on search and author page
Fix duplicate user and email (now case insensitive)
Output of calibre on stderr is now logged (full traceback in debug-log, otherwise, only errormessage)
Natural sorting for comic reader
Fix for long running tasks
Ozzieisaacs ad44e58c7a Sorting for comics
Audiobook support
Ozzieisaacs 32af660f86 Improvements for logfile viewer
Fix for tornado-server with deactivated accesslog doesn't log to normal log anymore
Merge from master for unique user ids, get_metadata,
fix Goodreads integration
Update Translation (merge NL, update DE)
Daniel Pavel e254565901 support binding the http server to a unix socket file instead of TCP socket
Ozzieisaacs d45b1b8ea5 Fix
logviewerintegrated
Code cosmetics
Ozzieisaacs 26949970d8 Revert logging functions
Fix access logger for tornado
Ozzieisaacs 546ed65e1d Update logging
Fix sort order author
Fixes sorting view
Moved version info
added feature limit listening to single ipaddress
Ozzieisaacs 14b6202eec Code cosmetics
Fixes func in helper,web
Fixes for pdf reader
fixes for calling from another folder
renamed to calibreweb for importing in python caller script
Ozzieisaacs 50973ffb72 Merge remote-tracking branch 'constants/Develop-logging-cleanup' into Develop
Daniel Pavel b89ab9ff10 logging clean-up
- moved most constants to separate file
- sorted and cleaned-up imports
- moved logging setup to separate file