We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a278427 commit 51cd502Copy full SHA for 51cd502
lib/Auth/Process/Fticks.php
@@ -266,8 +266,11 @@ public function __construct($config, $reserved)
266
} else {
267
throw new \Exception('F-ticks logconfig must be an array');
268
}
269
- } else {
+ }
270
+ if (!array_key_exists('facility', $this->logconfig)) {
271
$this->logconfig['facility'] = $defaultFacility;
272
273
+ if (!array_key_exists('processname', $this->logconfig)) {
274
$this->logconfig['processname'] = $defaultProcessName;
275
276
/* warn if we risk mucking up the openlog call (doesn't matter for remote syslog) */
0 commit comments