6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
10/18/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#10407] Changing log type from file doesn't work
*
Your Email Address
*
Spam protection
Enter the letters below:
.__.. ..__.._.. | ||__|[__] | | |__|| || |_|_|___
Comment
> In horde4/config/conf.php I have these settings: > > $conf['log']['priority'] = 'INFO'; > $conf['log']['ident'] = 'HORDE'; > $conf['log']['name'] = '/tmp/horde.log'; > $conf['log']['params']['append'] = true; > $conf['log']['params']['format'] = 'default'; > $conf['log']['type'] = 'file'; > > Using the Horde configuration under tab "Logging" I now change the > type from "File" to "Syslog", which will produce the following > conf.php: > > $conf['log']['priority'] = 'INFO'; > $conf['log']['ident'] = 'HORDE'; > $conf['log']['name'] = /tmp/horde.log; > $conf['log']['type'] = 'syslog'; > > This breaks the configuration, since the filename isn't surrounded by > ''. The GUI insists that filename is required, even though the log > type is now "Syslog". Therefore you have to manually delete the line > $conf['log']['name'] from conf.php in order the get the installation > to work again.
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers