Skip to content

Commit

Permalink
lg: format string of date follows std log
Browse files Browse the repository at this point in the history
  • Loading branch information
nashvi committed Mar 30, 2024
1 parent 23704d1 commit 202f015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/kubernetes/lg.nu
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export-env {
}

def parse_msg [args] {
let time = date now | format date '%Y-%m-%dT%H:%M:%S'
let time = date now | format date '%FT%T.%3f'
let s = $args
| reduce -f {tag: {}, txt:[]} {|x, acc|
if ($x | describe -d).type == 'record' {
Expand Down

0 comments on commit 202f015

Please sign in to comment.