mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-06 00:54:23 +00:00
Move logging to separate struct
This commit is contained in:
@@ -311,3 +311,7 @@ func (i *Process) IsRemote() bool {
|
||||
|
||||
return len(i.options.Nodes) > 0
|
||||
}
|
||||
|
||||
func (i *Process) GetLogs(num_lines int) (string, error) {
|
||||
return i.logger.GetLogs(num_lines)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user