Commit 21968756 authored by Simon Spannagel's avatar Simon Spannagel
Browse files

Adjust logging levels

parent d046cb3d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -379,7 +379,7 @@ namespace allpix {
                } else {
                    throw InvalidModelError(model);
                }
                LOG(DEBUG) << "Selected mobility model \"" << model << "\"";
                LOG(INFO) << "Selected mobility model \"" << model << "\"";
            } catch(const ModelError& e) {
                throw InvalidValueError(config, "mobility_model", e.what());
            }
+1 −1
Original line number Diff line number Diff line
@@ -187,7 +187,7 @@ namespace allpix {
                } else {
                    throw InvalidModelError(model);
                }
                LOG(DEBUG) << "Selected recombination model \"" << model << "\"";
                LOG(INFO) << "Selected recombination model \"" << model << "\"";
            } catch(const ModelError& e) {
                throw InvalidValueError(config, "recombination_model", e.what());
            }
+1 −1
Original line number Diff line number Diff line
@@ -265,7 +265,7 @@ namespace allpix {
                } else {
                    throw InvalidModelError(model);
                }
                LOG(DEBUG) << "Selected trapping model \"" << model << "\"";
                LOG(INFO) << "Selected trapping model \"" << model << "\"";
            } catch(const ModelError& e) {
                throw InvalidValueError(config, "trapping_model", e.what());
            }