Develop¶
This chapter is of interest when developing this extension further.
Site¶
- Create
Build/site/wise/private.yaml
with wise related properties (see Administration - Site configuration) - Create the key files in
Build/site/wise
(see Administration - Public and private keys)
Logging¶
$GLOBALS['TYPO3_CONF_VARS']['LOG']['Buepro']['Wise']['writerConfiguration'] = [
\TYPO3\CMS\Core\Log\LogLevel::DEBUG => [
\TYPO3\CMS\Core\Log\Writer\FileWriter::class => [
'logFile' => \TYPO3\CMS\Core\Core\Environment::getVarPath() . '/log/wise.log'
],
],
// Configuration for WARNING severity, including all
// levels with higher severity (ERROR, CRITICAL, EMERGENCY)
\TYPO3\CMS\Core\Log\LogLevel::WARNING => [
\TYPO3\CMS\Core\Log\Writer\SyslogWriter::class => [],
],
];
Various¶
- Expose dev server:
ddev share