Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 731a638d

Přidáno uživatelem Jakub Šilhavý před více než 2 roky(ů)

re #9419 Edited logger.conf - changed the max file size to 10MB and changed the filename; removed unnecessary stuff from config.ini

Zobrazit rozdíly:

client/logger.conf
20 20
[handler_logFileHandler]
21 21
class=handlers.RotatingFileHandler
22 22
level=NOTSET
23
args=('app_info.log','a',10000,1)
23
args=('log_file.log', 'a', 10485760, 1)
24 24
formatter=simpleFormatter
25 25

  
26 26
[formatter_simpleFormatter]

Také k dispozici: Unified diff