Commit 755ccb77 authored by Jean Rebiffe's avatar Jean Rebiffe
Browse files

Update logging_config.yaml

parent 67e3822f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,9 +17,9 @@ handlers:
    class: logging.FileHandler
    level: INFO
    formatter: simple
    filename: lsdnc.log
    filename: lncc.log
loggers:
  lsdnc:
  lncc:
    level: DEBUG
    handlers: [console, logfile]
    propagate: no