There was an error while loading. Please reload this page.
1 parent 6ba3fb9 commit 7a9c207Copy full SHA for 7a9c207
1 file changed
src/xtgeoviz/frontends/xsectplotting.py
@@ -143,11 +143,7 @@ def parse_args(self):
143
def set_logger_verbosity(self):
144
"""Use config setting to set eventual logging output."""
145
146
- actual_verbosity = "normal"
147
- if self.verbosity:
148
- actual_verbosity = self.verbosity
149
- else:
150
- actual_verbosity = self.config["verbosity"]
+ actual_verbosity = self.verbosity or self.config["verbosity"]
151
152
if actual_verbosity == "silent":
153
logging.basicConfig(
0 commit comments