Skip to content

Commit

Permalink
Remove logging section in config file
Browse files Browse the repository at this point in the history
  • Loading branch information
sydhds committed Nov 6, 2024
1 parent b2659d1 commit f78b7ff
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@ const FLOCCUS_CLI_ORGANIZATION: &str = "";
const FLOCCUS_CLI_APPLICATION: &str = "Floccus-cli";

const FLOCCUS_CLI_CONFIG_SAMPLE: &str = r#"
[logging]
# Logging level -> 0: ERROR, 1: WARN, 2: INFO, 3: DEBUG, 4: TRACE
level = 2
[git]
enable = true
repository_url = "https://github.com/__GITHUB_USER__/__GIT_REPO_NAME__.git"
Expand Down

0 comments on commit f78b7ff

Please sign in to comment.