mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 08:05:55 +01:00
2019-06-17 Fred Gleason <fredg@paravelsystems.com>
* Refactored logging system to use syslog(3) exclusively. * Removed the 'Facility=', 'LogDirectory=', 'CoreDumpDirectory=' and 'LogPattern=' directives from rd.conf(5).
This commit is contained in:
@@ -60,11 +60,6 @@
|
||||
#define RDCATCHD_HEARTBEAT_INTERVAL 10000
|
||||
#define RDCATCHD_ERROR_ID_OFFSET 1000000
|
||||
|
||||
//
|
||||
// Function Prototypes
|
||||
//
|
||||
void LogLine(RDConfig::LogPriority prio,const QString &line);
|
||||
|
||||
class ServerConnection
|
||||
{
|
||||
public:
|
||||
@@ -127,7 +122,6 @@ class MainObject : public QObject
|
||||
void sysHeartbeatData();
|
||||
void updateXloadsData();
|
||||
void startupCartData();
|
||||
void log(RDConfig::LogPriority prio,const QString &line);
|
||||
void notificationReceivedData(RDNotification *notify);
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user