format update
This commit is contained in:
parent
3c1d3f55f3
commit
905685a30d
12
README.md
12
README.md
@ -455,7 +455,9 @@ If you encounter issues while using the AI Log Monitoring System, this section p
|
|||||||
|
|
||||||
### Restarting Services
|
### Restarting Services
|
||||||
|
|
||||||
If the AI service becomes unresponsive or you need to apply changes, use the `/api/v1/restart-core` endpoint to restart the core AI Docker container. This refreshes the model and clears any stale states.
|
If the AI service becomes unresponsive or you need to apply changes, use the `/api/v1/restart-core` endpoint to restart the core AI Docker container.
|
||||||
|
|
||||||
|
This refreshes the model and clears any stale states.
|
||||||
|
|
||||||
### Log Analysis
|
### Log Analysis
|
||||||
|
|
||||||
@ -507,10 +509,4 @@ tail.on('line', async (line) => {
|
|||||||
log.warn(`Potential SQL injection detected: ${line}`);
|
log.warn(`Potential SQL injection detected: ${line}`);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
|
|
||||||
## Contributing
|
|
||||||
|
|
||||||
Contributions are welcome! To contribute, fork the repository, create a new branch for your changes, and submit a pull request.
|
|
||||||
|
|
||||||
Please ensure that your code adheres to the existing style and that you include tests for any new features.
|
|
Loading…
Reference in New Issue
Block a user