X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;ds=inline;f=settings.py;h=8f060d3918239c54ff78e43598d82410063974c6;hb=0b63748bf0df16561324cd77938425d2f9b7b040;hp=c779ce460e5035a3dba743165274df6d86bb8c14;hpb=a6fe45e1c6c5bc2659f670768bcdcf5f6f483966;p=sigrok-meter.git diff --git a/settings.py b/settings.py index c779ce4..8f060d3 100644 --- a/settings.py +++ b/settings.py @@ -14,8 +14,7 @@ ## GNU General Public License for more details. ## ## You should have received a copy of the GNU General Public License -## along with this program; if not, write to the Free Software -## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +## along with this program; if not, see . ## import qtcompat @@ -114,4 +113,5 @@ def init(): logging.level = Setting('logging/level', _default_loglevel, s=_s_loglevel, d=_d_loglevel) logging.lines = Setting('logging/lines', 1000, d=int) + logging.filename = Setting('logging/filename', '') globals()['logging'] = logging