Leonard Steppy Mr_Steppy
  • Joined on 2024-12-03
Mr_Steppy pushed to command-execution at Mr_Steppy/multi-ssh 2024-12-17 10:31:09 +01:00
f3e965394e Implement command module
Mr_Steppy created pull request Mr_Steppy/multi-ssh#10 2024-12-17 06:20:56 +01:00
WIP: Add command module
Mr_Steppy created branch command-execution in Mr_Steppy/multi-ssh 2024-12-17 06:19:15 +01:00
Mr_Steppy pushed to command-execution at Mr_Steppy/multi-ssh 2024-12-17 06:19:15 +01:00
d0a14d7763 Add command module
Mr_Steppy deleted branch logging from Mr_Steppy/multi-ssh 2024-12-17 06:03:44 +01:00
Mr_Steppy pushed to master at Mr_Steppy/multi-ssh 2024-12-17 06:03:27 +01:00
bdd1652595 Merge pull request 'Add proper logging' (#9) from logging into master
b88fabb725 replace print calls with log calls
4a3fd978a4 fix --quit not conflicting with --info and use default value for log level
7f3adc9bc2 fix --quit not conflicting with --info and use default value for log level
c25e0264b4 Add log level parameters to CLI (untested)
Compare 7 commits »
Mr_Steppy merged pull request Mr_Steppy/multi-ssh#9 2024-12-17 06:03:26 +01:00
Add proper logging
Mr_Steppy closed issue Mr_Steppy/multi-ssh#4 2024-12-17 06:03:26 +01:00
Quiet flag for commands
Mr_Steppy pushed to logging at Mr_Steppy/multi-ssh 2024-12-17 06:02:31 +01:00
b88fabb725 replace print calls with log calls
Mr_Steppy pushed to logging at Mr_Steppy/multi-ssh 2024-12-17 05:49:44 +01:00
4a3fd978a4 fix --quit not conflicting with --info and use default value for log level
Mr_Steppy created pull request Mr_Steppy/multi-ssh#9 2024-12-17 05:46:46 +01:00
WIP: Add proper logging
Mr_Steppy pushed to logging at Mr_Steppy/multi-ssh 2024-12-17 05:38:47 +01:00
7f3adc9bc2 fix --quit not conflicting with --info and use default value for log level
Mr_Steppy opened issue Mr_Steppy/multi-ssh#8 2024-12-16 23:17:10 +01:00
Support SCP copying
Mr_Steppy pushed to logging at Mr_Steppy/multi-ssh 2024-12-16 15:48:12 +01:00
c25e0264b4 Add log level parameters to CLI (untested)
Mr_Steppy pushed to logging at Mr_Steppy/multi-ssh 2024-12-16 15:41:27 +01:00
058830e510 Refactor logger module
Mr_Steppy created branch logging in Mr_Steppy/multi-ssh 2024-12-16 14:34:46 +01:00
Mr_Steppy pushed to logging at Mr_Steppy/multi-ssh 2024-12-16 14:34:46 +01:00
5ea52fdf0e Add basic logger
Mr_Steppy opened issue Mr_Steppy/multi-ssh#7 2024-12-16 14:28:12 +01:00
Use ~/Downloads as default directory for downloads
Mr_Steppy opened issue Mr_Steppy/multi-ssh#6 2024-12-16 14:26:53 +01:00
Add run method to ShellCommand
Mr_Steppy commented on issue Mr_Steppy/multi-ssh#4 2024-12-16 14:25:30 +01:00
Quiet flag for commands

Best also use that when executing commands.

  • Add three levels of logging: Debug, Info and Error
  • Add --quiet flag
  • Add --info flag
  • Add --log-level flag