🔴 January 2024 Alert: Forum support inactive!
New forum registration are currently closed.
Use GitHub discussions
.

    UVdesk

    • Login
    • Search
    • Recent

    Solved how to delete the contents of the log folder

    General Discussion
    2
    2
    373
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      luisc2101 last edited by

      hi team

      Is it possible to delete the contents of the log folder? since it is consuming a lot of server space

      I await your response, thanks and regards

      1 Reply Last reply Reply Quote 0
      • Komal Sharma
        Komal Sharma UVdesk Staff mod last edited by

        @luisc2101

        Is it possible to delete the contents of the log folder? since it is consuming a lot of server space

        You can delete the log file directly from your project. Please follow the below path for the log file in your project:

        your-project-folder-name/var/log/dev.log
        

        Also, you can delete your dev file using the command line, run this command in your project root directory:

        $ rm -rf var/log/dev.log
        
        1 Reply Last reply Reply Quote 0
        • Komal Sharma
          Komal Sharma UVdesk Staff mod last edited by

          @luisc2101

          Is it possible to delete the contents of the log folder? since it is consuming a lot of server space

          You can delete the log file directly from your project. Please follow the below path for the log file in your project:

          your-project-folder-name/var/log/dev.log
          

          Also, you can delete your dev file using the command line, run this command in your project root directory:

          $ rm -rf var/log/dev.log
          
          1 Reply Last reply Reply Quote 0
          • Topic has been marked as solved  peopleinside peopleinside 
          • First post
            Last post