Skip to content

Commit

Permalink
[log] move twisted to log folder
Browse files Browse the repository at this point in the history
  • Loading branch information
koivo committed May 10, 2024
1 parent 7945afe commit 119030f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/StartEnigma.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def setLoadUnlinkedUserbouquets(configElement):

config.misc.enabletwistedlog = ConfigYesNo(default=False)
if config.misc.enabletwistedlog.value == True:
log.startLogging(open('/tmp/twisted.log', 'w'))
log.startLogging(open('/home/root/logs/Enigma2-twisted.log', 'w'))

profile("LOAD:Tools")
from Components.config import (ConfigInteger, ConfigSelection, ConfigText,
Expand Down

0 comments on commit 119030f

Please sign in to comment.