mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-10 07:55:46 +01:00
closes #5560
This commit is contained in:
8
.github/CONTRIBUTING.md
vendored
8
.github/CONTRIBUTING.md
vendored
@@ -38,11 +38,9 @@ There is a chance that the issue you are experiencing may have already been fixe
|
|||||||
You can find the NodeBB version number in the Admin Control Panel (ACP), as well as the first line output to the shell when running NodeBB
|
You can find the NodeBB version number in the Admin Control Panel (ACP), as well as the first line output to the shell when running NodeBB
|
||||||
|
|
||||||
``` plaintext
|
``` plaintext
|
||||||
info: NodeBB v0.5.2-dev Copyright (C) 2013-2014 NodeBB Inc.
|
3/4 12:38:57 [10752] - info: NodeBB v1.4.5 Copyright (C) 2013-2017 NodeBB Inc.
|
||||||
info: This program comes with ABSOLUTELY NO WARRANTY.
|
3/4 12:38:57 [10752] - info: This program comes with ABSOLUTELY NO WARRANTY.
|
||||||
info: This is free software, and you are welcome to redistribute it under certain conditions.
|
3/4 12:38:57 [10752] - info: This is free software, and you are welcome to redistribute it under certain conditions.
|
||||||
info:
|
|
||||||
info: Time: Tue Oct 07 2014 20:25:20 GMT-0400 (EDT)
|
|
||||||
```
|
```
|
||||||
|
|
||||||
If you are running NodeBB via git, it is also helpful to let the maintainers know what commit hash you are on. To find the commit hash, execute the following command:
|
If you are running NodeBB via git, it is also helpful to let the maintainers know what commit hash you are on. To find the commit hash, execute the following command:
|
||||||
|
|||||||
@@ -104,7 +104,6 @@ function setupConfigs() {
|
|||||||
|
|
||||||
function printStartupInfo() {
|
function printStartupInfo() {
|
||||||
if (nconf.get('isPrimary') === 'true') {
|
if (nconf.get('isPrimary') === 'true') {
|
||||||
winston.info('Time: %s', (new Date()).toString());
|
|
||||||
winston.info('Initializing NodeBB v%s', nconf.get('version'));
|
winston.info('Initializing NodeBB v%s', nconf.get('version'));
|
||||||
|
|
||||||
var host = nconf.get(nconf.get('database') + ':host');
|
var host = nconf.get(nconf.get('database') + ':host');
|
||||||
|
|||||||
Reference in New Issue
Block a user