Skip to content

Commit

Permalink
remembering why it was commented out in the first place (notebooks)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliettelavoie committed May 15, 2024
1 parent c14bf6f commit 0c4e5a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions templates/1-basic_workflow_with_config/config1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -541,10 +541,10 @@ logging: # general logging args
class : logging.StreamHandler
formatter: default
level : INFO
file:
class: logging.FileHandler
formatter: default
level : DEBUG
# file: #Uncomment if you want a log file, don't forget to also uncomment the filename in paths1.yml.
# class: logging.FileHandler
# formatter: default
# level : DEBUG
loggers:
xscen:
propagate: False
Expand Down
8 changes: 4 additions & 4 deletions templates/1-basic_workflow_with_config/paths1_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ dask:
local_directory: DASK_PATH
dashboard_address: YOUR_RANDOM_NUMBER

logging:
handlers:
file:
filename: PATH/logger.log
#logging: #Uncomment if you want a log file
# handlers:
# file:
# filename: PATH/logger.log

utils:
stack_drop_nans:
Expand Down

0 comments on commit 0c4e5a7

Please sign in to comment.