Skip to content

Commit

Permalink
CB-26336: Configure pip logging on image
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabor Solya committed Aug 2, 2024
1 parent d796f1c commit 669369e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions core/src/main/resources/defaults/vm-logs.json
Original file line number Diff line number Diff line change
Expand Up @@ -406,5 +406,21 @@
{
"path": "/var/log/dl_postgres_dry_run_restore.log",
"label": "dl_dry_run_restore"
},
{
"path": "/var/log/pip36.log",
"label": "python36_pip"
},
{
"path": "/var/log/pip38.log",
"label": "python38_pip"
},
{
"path": "/var/log/pip39.log",
"label": "python39_pip"
},
{
"path": "/var/log/pip311.log",
"label": "python311_pip"
}
]
16 changes: 16 additions & 0 deletions freeipa/src/main/resources/defaults/vm-logs.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,5 +134,21 @@
{
"path": "/var/log/update_cnames.log",
"label": "update_cnames"
},
{
"path": "/var/log/pip36.log",
"label": "python36_pip"
},
{
"path": "/var/log/pip38.log",
"label": "python38_pip"
},
{
"path": "/var/log/pip39.log",
"label": "python39_pip"
},
{
"path": "/var/log/pip311.log",
"label": "python311_pip"
}
]

0 comments on commit 669369e

Please sign in to comment.