-
Notifications
You must be signed in to change notification settings - Fork 201
Logging
Michael Higgins edited this page Mar 15, 2020
·
1 revision
Logging settings may be configured using logging.ini in your config
folder. Copy sample from ./setup/logging.ini.sample
or it will be created on first launch.
- Windows
./config/sma.log
- Non Windows
/var/log/sma.log
Under [handler_fileHandler]
in logging.ini
modify the args line
- Default
args = ('%(logfilename)s', 10000, 1)
- Modified Example
args = ('/home/logs/sma.log', 10000, 1)