Skip to content

Commit 6f8f7fd

Browse files
Merge pull request #97 from proferosec/log-name-fix
remove timestamp sign ":" from log name #96
2 parents 24db752 + 14bb0c9 commit 6f8f7fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var logPathFlag string
4343
var CIDR string
4444
var logTime string
4545

46-
const logDateFormat = "2006-01-02_15:04:05"
46+
const logDateFormat = "2006-01-02_150405"
4747

4848
// rootCmd represents the base command when called without any subcommands
4949
var rootCmd = &cobra.Command{

0 commit comments

Comments
 (0)