Skip to content

Commit

Permalink
Set fpm log level to info
Browse files Browse the repository at this point in the history
  • Loading branch information
AttilaGombosER committed Aug 5, 2024
1 parent 1a61903 commit 6078dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/fpm-deb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def main() -> None:
'-t', 'deb',
'--python-bin', arguments.python_bin,
'--python-package-name-prefix', 'python3',
'--log', 'error',
'--log', 'info',
'-f',
]

Expand Down

0 comments on commit 6078dc5

Please sign in to comment.