Skip to content

Commit

Permalink
Details.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihxil committed Jan 17, 2025
1 parent 87ba074 commit fb50b37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parse_tomcat_access_logs.pl
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@

while(my($name, $counts) = each %result) {
while(my($key, $count) = each %$counts) {
print ("$name\t$count\t$key\n");
print ("tomcat_access_$name\t$count\t$key\n");
}
}

0 comments on commit fb50b37

Please sign in to comment.