Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VWeb startup message should be able to disabled #17622

Closed
1 of 2 tasks
ArthurZhou opened this issue Mar 13, 2023 · 2 comments
Closed
1 of 2 tasks

VWeb startup message should be able to disabled #17622

ArthurZhou opened this issue Mar 13, 2023 · 2 comments
Labels
Feature Request This issue is made to request a feature.

Comments

@ArthurZhou
Copy link
Contributor

ArthurZhou commented Mar 13, 2023

Describe the feature

At vweb/vweb.v line 417

This startup message should be able to disabled

Use Case

When using custom loggers:

2023-03-13 19:27:31 [INFO ] this is a log
[Vweb] Running app on http://localhost:8080/

Proposed Solution

Add an option to disable it or choose a custom output instead of stdout

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

Version used

V 0.3.3 d7a418f

Environment details (OS name and version, etc.)

OS: windows, Microsoft Windows 10 Home v19045 64-bit
Processor: 16 cpus, 64bit, little endian,
CC version: Error: exec failed (CreateProcess) with code 2: The system cannot find the file specified.
cmd: cc --version

getwd: C:\Users\AZ\CLionProjects\v2Lib
vmodules: C:\Users\AZ.vmodules
vroot: C:\v
vexe: C:\v\v.exe
vexe mtime: 2023-03-06 07:41:58
is vroot writable: true
is vmodules writable: true
V full version: V 0.3.3 d7a418f

Git version: git version 2.39.0.windows.2
Git vroot status: Error: fatal: not a git repository (or any of the parent directories): .git
.git/config present: false
thirdparty/tcc: N/A

@ArthurZhou ArthurZhou added the Feature Request This issue is made to request a feature. label Mar 13, 2023
@medvednikov
Copy link
Member

medvednikov commented Mar 13, 2023

Hi,

An option to disable is ok. I wouldn't want to completely remove it, as it's useful. Nice to be able to open the website on the correct port immediately.

@ArthurZhou
Copy link
Contributor Author

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request This issue is made to request a feature.
Projects
None yet
Development

No branches or pull requests

2 participants