Skip to content

Commit 9f49432

Browse files
committed
put log file in log dir
1 parent 77f9ed2 commit 9f49432

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configs/logging.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ logging:
4040

4141
logfile:
4242
class: logging.FileHandler
43-
filename: activitysim.log
43+
filename:
44+
get_log_file_path: activitysim.log
4445
mode: w
4546
formatter: fileFormatter
4647
level: NOTSET

0 commit comments

Comments
 (0)