timestamp: xmlschema in nanoseconds
This commit is contained in:
parent
849eeba2b0
commit
f06b2be077
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ class Semlogger::Writer < Semlogger::Output
|
||||||
end
|
end
|
||||||
|
|
||||||
def add severity, time, progname, data, tags, message
|
def add severity, time, progname, data, tags, message
|
||||||
@logdev.write [severity, time, progname, data, tags, message].to_json+"\n"
|
@logdev.write [severity, time.xmlschema(9), progname, data, tags, message].to_json+"\n"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue