Skip to content

Commit 45a0e0b

Browse files
committed
Unify leapp-preupgrade and leapp-upgrade logs
Instead of having a dedicated leapp-CMDNAME file for each command log latest run as leapp.log.
1 parent d3d81b1 commit 45a0e0b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

leapp/config.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@
1717

1818
# debug logs that will get reported at the end of a preupgrade/upgrade run if they were created/modified during it
1919
_LOGS = [
20-
'leapp-upgrade.log',
21-
'leapp-preupgrade.log'
20+
'leapp.log',
2221
]
2322

2423
# files that will go into the leapp-logs.tar.gz archive and get deleted each time a run is started

0 commit comments

Comments
 (0)