Commit Graph

46 Commits

Author SHA1 Message Date
Qstick 44d7c54077 Enforce comment style in CS 2022-11-20 12:27:45 -06:00
Qstick 7d4865dea3 Fixed: Close all database connections on shutdown 2022-11-20 11:47:28 -06:00
Robin Dadswell a59928c66a
Updated NLog Version (#7365)
[common]
2022-07-02 16:26:59 +01:00
Robin Dadswell 39ad315e73 New: Instance Name used for Syslog 2022-05-13 23:37:53 +01:00
Robin Dadswell 80b1aa9a2c New: Postgres Support
Co-Authored-By: Qstick <376117+Qstick@users.noreply.github.com>
2022-04-03 00:06:30 +01:00
Robin Dadswell 4f512c5cdf New: Added UDP syslog support
(cherry picked from commit 8d856b2edb8bf46a2b516d5f7644ae3fa1151323)
2022-03-27 00:43:38 +00:00
ta264 f83ccb6ca4 Swap to dapper Mk. 2 2019-12-28 11:38:34 -05:00
ta264 f02fa629cc Reformat and apply Stylecop rules 2019-12-27 20:40:13 -05:00
ta264 d4fa9b7345 Remove trailing whitespace 2019-12-27 20:40:13 -05:00
ta264 c6ae0bb509 Add missing new lines at end of files 2019-12-27 20:40:13 -05:00
ta264 d0f13e16d5 Fixed: All compiler warnings 2019-10-15 20:22:50 -04:00
Qstick 7f221c7834 Fixed: Automation/Integration/Unit Tests 2019-09-03 23:21:15 -04:00
Qstick 242d530bb4 Fixed: Unit Test Fixes 2019-07-14 21:18:03 -04:00
Leonardo Galli cd520b0341 Fixed: MediaCoverService tests and stupidly forgetting to open the database connection for logging. 2018-12-14 18:48:36 +01:00
Leonardo Galli 42015d5d95 Fixed: Leaking of objects when logging something to the database. 2018-12-02 18:12:03 +01:00
Keivan Beigi 0214c8e0f0 Removed unused using statements 2016-12-23 13:45:24 -08:00
Keivan Beigi aba613acd1 Because it's 2016! 2016-12-21 20:38:37 -08:00
Taloth Saldono 958153be55 Fixed: Reduced spurious cpu usage on mono while idle. 2016-06-11 00:25:59 +02:00
Taloth Saldono 9b42dc7082 Reconfigure Logging early in the process to set the correct log level. 2016-03-26 19:31:11 +01:00
Taloth Saldono 59c68ec6cc Write debug/trace log files separately to prevent trace from quickly rolling over debug. 2016-02-18 23:32:37 +01:00
Taloth Saldono ccfa13e383 Replaced built-in valuetypes with language keywords. 2015-10-03 21:14:06 +02:00
Taloth Saldono 2a83088045 Changed the way the Database is registered with TinyIoC to make Logdb and future cachedb more accessible. 2015-05-04 00:50:10 +02:00
Mark McDowall e304a615d0 Fixed: DB locking due to Progress Messaging 2015-04-18 11:08:07 -07:00
Mark McDowall 638e3ca898 Command queue
New: Adding multiple series will queue them instead of running all at once
New: Slower scheduled tasks won't be block others from running
2015-03-16 22:07:02 -07:00
Mark McDowall e58576bcfa Don't try to set console logging when its not enabled 2015-02-19 09:19:09 -08:00
Mark McDowall d1df5ed7cd New: Logging level in settings will be used for Console logging 2015-02-11 17:05:27 -08:00
Keivan Beigi 0be8f55a2f Cleaned up using directive 2014-12-06 21:55:17 -08:00
Mark McDowall 6467167046 Moved Extension methods in common to subfolder 2014-12-01 22:26:25 -08:00
Keivan Beigi af3c0de4d5 Updated transaction locks to be defered. 2014-11-24 12:00:19 -08:00
Mark McDowall 42c17e885c Fixed some more tests 2014-10-17 22:47:00 -07:00
Mark McDowall aa6b3f70ed Fixed: log to the database using UTC not local time 2014-10-17 07:07:21 -07:00
Keivan Beigi d10cdf9c87 removed method column from log db. 2014-10-15 19:23:10 -07:00
Keivan Beigi cb00644a09 Use raw sql to write logs to db. 2014-10-15 19:10:25 -07:00
Mark McDowall 33f44e7932 New: log all startup events to log file at trace and above 2014-09-06 08:32:08 -07:00
Mark McDowall 0c839d1e11 New: Trace/Debug logging will keep the last 50 files instead of only the last 5 2014-08-25 22:52:17 -07:00
Mark McDowall 6671934c0f Relative episode file paths 2014-08-13 17:08:24 -07:00
Mark McDowall f5d46ffcd2 Log file changes
New: Update log files are available in the UI
Fixed: UI error after clearing log files
2014-06-24 16:52:07 -07:00
Mark McDowall a40b9a306e Fixed: API keys should be more reliably cleansed from the logs 2014-05-24 23:17:59 -07:00
Mark McDowall 088028b426 DB will log Info and above now (temp fix) 2014-03-14 12:35:34 -07:00
Mark McDowall 0914441de7 Removed Status from cleansed log messages 2014-03-13 13:17:06 -07:00
Mark McDowall 2f3430387e Major logging overhaul 2014-03-13 13:13:02 -07:00
Mark McDowall 6109704fb0 Only catch SQLite exceptions 2014-03-04 23:11:38 -08:00
Mark McDowall d8f55c0358 Catch errors when failing to write logs to database 2014-03-04 17:02:36 -08:00
kayone a0b0f586c8 New: Log database is compressed when logs are trimmed/purged 2014-02-22 16:22:06 -08:00
Mark McDowall 37231d1ef0 DiskProvider split to Windows and Mono projects 2014-01-25 23:51:33 -08:00
Mark McDowall 5bf0e197ec Moved source code under src folder - massive change 2013-10-02 18:01:32 -07:00