Skip to content

Commit 6bc1213

Browse files
authored
Merge pull request #285 from PyAutoLabs/feature/fix-autoarray-root-log
fix: stop creating root.log on autoarray import
2 parents c676dd4 + 4ffa795 commit 6bc1213

2 files changed

Lines changed: 2 additions & 12 deletions

File tree

autoarray/config/logging.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@ handlers:
77
level: INFO
88
stream: ext://sys.stdout
99
formatter: formatter
10-
file:
11-
class: logging.FileHandler
12-
level: INFO
13-
filename: root.log
14-
formatter: formatter
1510

1611
root:
1712
level: INFO
18-
handlers: [ console, file ]
13+
handlers: [ console ]
1914

2015
formatters:
2116
formatter:

test_autoarray/config/logging.yaml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,10 @@ handlers:
77
level: INFO
88
stream: ext://sys.stdout
99
formatter: formatter
10-
file:
11-
class: logging.FileHandler
12-
level: INFO
13-
filename: root.log
14-
formatter: formatter
1510

1611
root:
1712
level: INFO
18-
handlers: [ console, file ]
13+
handlers: [ console ]
1914

2015
formatters:
2116
formatter:

0 commit comments

Comments
 (0)