mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Changed LogLevel to Verbose.
This commit is contained in:
parent
b31052e25b
commit
e2e95da737
3 changed files with 12 additions and 12 deletions
|
|
@ -31,7 +31,7 @@ namespace ServerManagerTool.DiscordBot.Services
|
|||
_commands.Log += OnLogAsync;
|
||||
}
|
||||
|
||||
private async Task OnLogAsync(LogMessage message)
|
||||
internal async Task OnLogAsync(LogMessage message)
|
||||
{
|
||||
// Create the log directory if it doesn't exist
|
||||
if (!Directory.Exists(LogDirectory))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue