Skip to content

Commit

Permalink
Merge pull request #1364 from QCoDeS/bug/bring-back-old-logging-level…
Browse files Browse the repository at this point in the history
…-to-config

Bug: Return core.loglevel and file_loglevel to config
  • Loading branch information
astafan8 authored Nov 1, 2018
2 parents 5398b4f + 5096122 commit 43af32c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion qcodes/config/qcodesrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
"default_fmt": "data/{date}/#{counter}_{name}_{time}",
"register_magic": true,
"db_location": "~/experiments.db",
"db_debug": false
"db_debug": false,
"loglevel": "WARNING",
"file_loglevel": "INFO"
},
"logger":{
"console_level": "WARNING",
Expand Down

0 comments on commit 43af32c

Please sign in to comment.