mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-06 09:55:18 +00:00
Minor typo in logger module
This commit is contained in:
parent
9a752a0753
commit
6f17757c79
@ -116,7 +116,7 @@ export function log(location, message, level) {
|
||||
wazuhlogger.log({
|
||||
date: new Date(),
|
||||
level: level || 'error',
|
||||
location: location || 'unknown',
|
||||
location: location || 'Unknown origin',
|
||||
message: message || 'An error occurred'
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user