Skip to content

Commit

Permalink
add publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MedUnes committed Oct 5, 2024
1 parent b9736e2 commit c17836d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stashlog"
version = "0.0.3"
version = "0.0.10"
edition = "2021"
description = "A minimalistic Rust library for Logstash Event format logging."
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ fn main() {
let logger = stashlog::Logger {
config: Config {
version: 1,
app_name: "myra-app".to_string(),
file_path: "/home/myra-app/logs/logstash.log".to_string(),
app_name: "my-app".to_string(),
file_path: "/home/my-app/logs/logstash.log".to_string(),
},
};
logger.info("User Logged in");
Expand Down

0 comments on commit c17836d

Please sign in to comment.