/usr/lib/smuxi/smuxi-frontend-stfl.exe.config is in smuxi-frontend-stfl 0.11~rc5-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 | <?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" />
</configSections>
<dllmap dll="stfl" target="libstfl.so.0" />
<dllmap os="linux" dll="ncurses" target="libncursesw.so.5" />
<dllmap os="openbsd" dll="ncurses" target="libncursesw.so.12.1" />
<log4net>
<root>
<level value="DEBUG" />
<appender-ref ref="RollingFile" />
</root>
<appender name="RollingFile" type="log4net.Appender.RollingFileAppender">
<file type="log4net.Util.PatternString">
<converter>
<name value="SpecialFolder" />
<type value="Smuxi.Common.SpecialFolderPatternConverter,smuxi-common" />
</converter>
<conversionPattern value="%SpecialFolder{LocalApplicationData}/smuxi/smuxi-frontend-stfl.log" />
</file>
<appendToFile value="true" />
<maximumFileSize value="10240KB" />
<maxSizeRollBackups value="1" />
<layout type="log4net.Layout.PatternLayout">
<conversionPattern value="%date [%thread] %-5level %logger - %message%newline" />
</layout>
</appender>
</log4net>
</configuration>
|