-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Restructure loggers and log calls #236
base: master
Are you sure you want to change the base?
Commits on Jul 24, 2023
-
log all components to the same file
Signed-off-by: Jonas Schroeder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eeeeddb - Browse repository at this point
Copy the full SHA eeeeddbView commit details -
Signed-off-by: Jonas Schroeder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9b9c9e2 - Browse repository at this point
Copy the full SHA 9b9c9e2View commit details -
set max log level according to build type
Signed-off-by: Jonas Schroeder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 653f90c - Browse repository at this point
Copy the full SHA 653f90cView commit details -
Signed-off-by: Jonas Schroeder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 115a266 - Browse repository at this point
Copy the full SHA 115a266View commit details -
remove name argument for csvreader log
Signed-off-by: Jonas Schroeder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e530da - Browse repository at this point
Copy the full SHA 0e530daView commit details -
Signed-off-by: Jonas Schroeder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 85a5ab6 - Browse repository at this point
Copy the full SHA 85a5ab6View commit details -
clean up scheduler and MNASolverPlugin loggers
Signed-off-by: Jonas Schroeder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8efb2bf - Browse repository at this point
Copy the full SHA 8efb2bfView commit details -
remove CIMReader name and add cli log level
Signed-off-by: Jonas Schroeder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8af1b59 - Browse repository at this point
Copy the full SHA 8af1b59View commit details -
do not use logger registry to allow duplicates
Signed-off-by: Jonas Schroeder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a265cdb - Browse repository at this point
Copy the full SHA a265cdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c58a45 - Browse repository at this point
Copy the full SHA 3c58a45View commit details -
demote all CIMReader info log to debug
Signed-off-by: Jonas Schroeder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4470443 - Browse repository at this point
Copy the full SHA 4470443View commit details -
demote scheduler info log to debug
Signed-off-by: Jonas Schroeder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 891cdb8 - Browse repository at this point
Copy the full SHA 891cdb8View commit details -
add separate cli log level for simulation and scheduler
Signed-off-by: Jonas Schroeder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d43597f - Browse repository at this point
Copy the full SHA d43597fView commit details -
change solver logs to debug level
Signed-off-by: Jonas Schroeder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f7703c3 - Browse repository at this point
Copy the full SHA f7703c3View commit details -
add a new logger for interfaces
Signed-off-by: Jonas Schroeder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0e1dd5d - Browse repository at this point
Copy the full SHA 0e1dd5dView commit details -
change some simulation logs to debug level
Signed-off-by: Jonas Schroeder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b33f6b9 - Browse repository at this point
Copy the full SHA b33f6b9View commit details -
Signed-off-by: Jonas Schroeder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 83a3b69 - Browse repository at this point
Copy the full SHA 83a3b69View commit details -
allow multiple simulation loggers for different filepaths
Signed-off-by: Jonas Schroeder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d60a9b6 - Browse repository at this point
Copy the full SHA d60a9b6View commit details -
propagate simulation cliLevel to solvers
Signed-off-by: Jonas Schroeder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0adb4cc - Browse repository at this point
Copy the full SHA 0adb4ccView commit details -
set component cliLevel according to logLevel
Signed-off-by: Jonas Schroeder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d81463a - Browse repository at this point
Copy the full SHA d81463aView commit details -
update log levels for component initialize methods
Signed-off-by: Jonas Schroeder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4a0c9e0 - Browse repository at this point
Copy the full SHA 4a0c9e0View commit details -
Signed-off-by: Jonas Schroeder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 83ce14f - Browse repository at this point
Copy the full SHA 83ce14fView commit details
Commits on Jul 25, 2023
-
add an internal logger to simulation for logging iteration counts
Signed-off-by: Jonas Schroeder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d4d5f4 - Browse repository at this point
Copy the full SHA 7d4d5f4View commit details
Commits on Jul 26, 2023
-
remove old python log_attribute methods
Signed-off-by: Jonas Schroeder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5fad5b6 - Browse repository at this point
Copy the full SHA 5fad5b6View commit details -
allow overwriting the simulation default logger
Signed-off-by: Jonas Schroeder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0181cb0 - Browse repository at this point
Copy the full SHA 0181cb0View commit details -
only create left/right-vector logs on trace level
Signed-off-by: Jonas Schroeder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5772700 - Browse repository at this point
Copy the full SHA 5772700View commit details -
manually open / close non-simulation data loggers
Signed-off-by: Jonas Schroeder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 22ce8b9 - Browse repository at this point
Copy the full SHA 22ce8b9View commit details -
change log level in notebooks using LeftVector log
Signed-off-by: Jonas Schroeder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d3e84de - Browse repository at this point
Copy the full SHA d3e84deView commit details
Commits on Jul 27, 2023
-
Signed-off-by: Jonas Schroeder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d5d6183 - Browse repository at this point
Copy the full SHA d5d6183View commit details
Commits on Jul 28, 2023
-
update logging guidelines in documentation
Signed-off-by: Jonas Schroeder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 88be7bd - Browse repository at this point
Copy the full SHA 88be7bdView commit details -
use the DataLogger for trace logging in DP_Ph1_Capacitor
Signed-off-by: Jonas Schroeder <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f66fe17 - Browse repository at this point
Copy the full SHA f66fe17View commit details