summaryrefslogtreecommitdiff
path: root/python/vyos/debug.py
AgeCommit message (Collapse)Author
2020-05-07debug: T1230: add time information to saved debug logsThomas Mangin
2020-05-06debug: T1230: add time information to saved debug logsThomas Mangin
2020-05-06debug: T2426: remove invisible characters when printingThomas Mangin
2020-04-24log: T2377: do not modify log file if not 666Thomas Mangin
2020-04-13cmd: T2226: improve debuggingThomas Mangin
allow to setup the debugging from environment variables. allow to set the name of the file used for logging change the name of the debug options to be: - developer: enable pdb of raise - log: all logging messages are logged to a file - ifconfig: show on screen action peformed to change intefaces - command: print all the result of command to screen also provide a way to setup the debugging using environment variables.