-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase --lines default, add --show-timestamp (#26)
- Increase the default value of --lines to 250 logs - Add a --show-timestamp option that will prefix the logs timestamp to the log - Update ruff package
- Loading branch information
1 parent
d138923
commit edbe4d8
Showing
4 changed files
with
73 additions
and
56 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "beam-client" | ||
version = "0.2.66" | ||
version = "0.2.68" | ||
description = "" | ||
authors = ["beam.cloud <[email protected]>"] | ||
packages = [ | ||
|
@@ -10,7 +10,7 @@ packages = [ | |
|
||
[tool.poetry.dependencies] | ||
python = "^3.8" | ||
beta9 = "0.1.68" | ||
beta9 = "0.1.71" | ||
requests = "^2.31.0" | ||
websockets = "^12.0" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters