altmp / altv-issues

Issues and roadmap for alt:V project
93 stars 16 forks source link

Server CLI Argument --logfolder does not work #2361

Open leoms1408 opened 2 hours ago

leoms1408 commented 2 hours ago

Description of the problem

According to https://docs.altv.mp/articles/commandlineargs.html#server-launch-options there is a Command-line Argument named --logfolder where the Server Log file should be located. This Argument does not work.

Is it in general possible to keep the Server Logs even after a Server Restart using Alt.StopServer();?

Reproduction steps

Setup an altv-server and start the Server using the CLI Argument --logfolder /path/to/folder

Expected behaviour

Inside this folder, the server.log or a similar file should be created.

Additional context

No response

Operating system

Ubuntu 22.04.5 LTS

Version

16.2.16 (release)

Crashdump ID

No response

Confirmation of issue's presence

shloooo commented 2 hours ago

The option doesn't really exist. See https://discord.com/channels/371265202378899476/557307592129511444/946415242047533130

It's a flag but not really more

BluePeer commented 2 hours ago

https://docs.altv.mp/articles/configs/server.html

# How many log files to keep in the "logs" directory (created automatically by alt:V)
# Set to 0 to disable "logs" directory (default behavior)
# For example, logsToKeep = 3 will set limit to 3 files in default server mode + 3 files for --justpack
logsToKeep = 0